A Rust LLaMA project to load, serve and extend LLM models

Overview

OpenLLaMA

Build Status LICENSE Language Rust Report Card CII Best Practices OpenSSF Scorecard Codecov CLOMonitor Release Tag Chat

Overview

A Rust LLaMA project to load, serve and extend LLM models.

Key Objectives

  • Support both GGML and HF(HuggingFace) models
  • Support a standard web server for inference
  • Support download HF models through hf-hub
  • Support Nvidia GPUs
  • Support AMD GPUs
  • Support macOS, Linux, Windows, etc.
  • OpenAI compatible API spec
  • Support more GPUs
  • Support LPCP(Large-scale Parallel Central Processing)

Usage

Introduction

License

OpenLLaMA is licensed under the MIT. For detail see LICENSE.

Note

The master branch may be in an unstable or even broken state during development. Please use releases instead of the master branch in order to get a stable set of binaries.

Star History

Star History Chart

Comments
  • build(deps): bump actions/dependency-review-action from 4.2.5 to 4.3.1

    build(deps): bump actions/dependency-review-action from 4.2.5 to 4.3.1

    Bumps actions/dependency-review-action from 4.2.5 to 4.3.1.

    Release notes

    Sourced from actions/dependency-review-action's releases.

    v4.3.1

    What's Changed

    This release fixes some bugs related to package-url parsing that were introduced in 4.3.0. See actions/dependency-review-action#753.

    Full Changelog: https://github.com/actions/dependency-review-action/compare/V4.3.0...v4.3.1

    v4.3.0

    New Features

    • The deny-packages option can now be used without a version number to exclude all versions of a package.

    What's Changed

    New Contributors

    Full Changelog: https://github.com/actions/dependency-review-action/compare/v4.2.5...V4.3.0

    Commits
    • e58c696 Merge pull request #758 from actions/juxtin/prepare-4.3.1
    • 9b7c72d Change version to 4.3.1
    • 7dcfabf Merge pull request #753 from actions/juxtin/debug-purl
    • 5f0808f Validate that deny-packages purls are complete
    • fcc66c2 Refine purl parsing and tests
    • 1dd418b Basic tests for PURL validation in config
    • 6406179 Replace packageurl-js with our own implementation
    • 2034bab Bypass purls (mostly) for deny checks
    • 7e773b1 Log offending purl
    • a346092 Parse purls cautiously in getDeniedChanges
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies github_actions 
    opened by dependabot[bot] 1
  • build(deps): bump actions/checkout from 4.1.2 to 4.1.4

    build(deps): bump actions/checkout from 4.1.2 to 4.1.4

    Bumps actions/checkout from 4.1.2 to 4.1.4.

    Release notes

    Sourced from actions/checkout's releases.

    v4.1.4

    What's Changed

    Full Changelog: https://github.com/actions/checkout/compare/v4.1.3...v4.1.4

    v4.1.3

    What's Changed

    Full Changelog: https://github.com/actions/checkout/compare/v4.1.2...v4.1.3

    Changelog

    Sourced from actions/checkout's changelog.

    Changelog

    v4.1.4

    v4.1.3

    v4.1.2

    v4.1.1

    v4.1.0

    v4.0.0

    v3.6.0

    v3.5.3

    v3.5.2

    v3.5.1

    v3.5.0

    v3.4.0

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies github_actions 
    opened by dependabot[bot] 1
  • build(deps): bump github/codeql-action from 3.24.10 to 3.25.2

    build(deps): bump github/codeql-action from 3.24.10 to 3.25.2

    Bumps github/codeql-action from 3.24.10 to 3.25.2.

    Changelog

    Sourced from github/codeql-action's changelog.

    CodeQL Action Changelog

    See the releases page for the relevant changes to the CodeQL CLI and language packs.

    Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

    [UNRELEASED]

    No user facing changes.

    3.25.2 - 22 Apr 2024

    No user facing changes.

    3.25.1 - 17 Apr 2024

    • We are rolling out a feature in April/May 2024 that improves the reliability and performance of analyzing code when analyzing a compiled language with the autobuild build mode. #2235
    • Fix a bug where the init Action would fail if --overwrite was specified in CODEQL_ACTION_EXTRA_OPTIONS. #2245

    3.25.0 - 15 Apr 2024

    • The deprecated feature for extracting dependencies for a Python analysis has been removed. #2224

      As a result, the following inputs and environment variables are now ignored:

      • The setup-python-dependencies input to the init Action
      • The CODEQL_ACTION_DISABLE_PYTHON_DEPENDENCY_INSTALLATION environment variable

      We recommend removing any references to these from your workflows. For more information, see the release notes for CodeQL Action v3.23.0 and v2.23.0.

    • Automatically overwrite an existing database if found on the filesystem. #2229

    • Bump the minimum CodeQL bundle version to 2.12.6. #2232

    • A more relevant log message and a diagnostic are now emitted when the file program is not installed on a Linux runner, but is required for Go tracing to succeed. #2234

    3.24.10 - 05 Apr 2024

    • Update default CodeQL bundle version to 2.17.0. #2219
    • Add a deprecation warning for customers using CodeQL version 2.12.5 and earlier. These versions of CodeQL were discontinued on 26 March 2024 alongside GitHub Enterprise Server 3.8, and will be unsupported by CodeQL Action versions 3.25.0 and later and versions 2.25.0 and later. #2220
      • If you are using one of these versions, please update to CodeQL CLI version 2.12.6 or later. For instance, if you have specified a custom version of the CLI using the 'tools' input to the 'init' Action, you can remove this input to use the default version.
      • Alternatively, if you want to continue using a version of the CodeQL CLI between 2.11.6 and 2.12.5, you can replace github/codeql-action/*@v3 by github/codeql-action/*@v3.24.10 and github/codeql-action/*@v2 by github/codeql-action/*@v2.24.10 in your code scanning workflow to ensure you continue using this version of the CodeQL Action.

    3.24.9 - 22 Mar 2024

    • Update default CodeQL bundle version to 2.16.5. #2203

    3.24.8 - 18 Mar 2024

    • Improve the ease of debugging extraction issues by increasing the verbosity of the extractor logs when running in debug mode. #2195

    3.24.7 - 12 Mar 2024

    ... (truncated)

    Commits
    • 8f596b4 Merge pull request #2254 from github/update-v3.25.2-4909c1ffb
    • de8916e Update changelog for v3.25.2
    • 4909c1f Bump the npm group with 3 updates (#2253)
    • f45390c Merge pull request #2252 from github/henrymercer/failed-external-repo-config-...
    • 1be8c48 Add configuration error for failing to clone external Git repo
    • 82edfe2 Merge pull request #2246 from github/koesie10/remove-incorrect-log
    • 8786e1f Merge pull request #2249 from github/mergeback/v3.25.1-to-main-c7f91257
    • 3c7ac61 Update checked-in dependencies
    • b5bd9be Update changelog and version after v3.25.1
    • c7f9125 Merge pull request #2248 from github/update-v3.25.1-c4fb45143
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies github_actions 
    opened by dependabot[bot] 1
  • build(deps): bump actions/checkout from 4.1.2 to 4.1.3

    build(deps): bump actions/checkout from 4.1.2 to 4.1.3

    Bumps actions/checkout from 4.1.2 to 4.1.3.

    Release notes

    Sourced from actions/checkout's releases.

    v4.1.3

    What's Changed

    Full Changelog: https://github.com/actions/checkout/compare/v4.1.2...v4.1.3

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies github_actions 
    opened by dependabot[bot] 1
  • build(deps): bump actions/upload-artifact from 4.3.1 to 4.3.2

    build(deps): bump actions/upload-artifact from 4.3.1 to 4.3.2

    Bumps actions/upload-artifact from 4.3.1 to 4.3.2.

    Release notes

    Sourced from actions/upload-artifact's releases.

    v4.3.2

    What's Changed

    New Contributors

    Full Changelog: https://github.com/actions/upload-artifact/compare/v4.3.1...v4.3.2

    Commits
    • 1746f4a Revert "updating to release 4.3.2"
    • 31685d0 updating to release 4.3.2
    • 18bf333 Merge pull request #562 from actions/eggyhead/update-artifact-v215
    • dac413b update package lock version
    • bb3b4a3 updating package version
    • 3e3da83 updating artifact and core dependencies
    • e35774f Merge pull request #561 from actions/robherley/deprecation-notice
    • e63ea67 Update readme with v3/v2/v1 deprecation notice
    • ef09cda Merge pull request #523 from andrewakim/andrewakim/migration-readme-fix
    • 00e36f9 Minor fix to the migration readme
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies github_actions 
    opened by dependabot[bot] 1
  • build(deps): bump github/codeql-action from 3.24.10 to 3.25.1

    build(deps): bump github/codeql-action from 3.24.10 to 3.25.1

    Bumps github/codeql-action from 3.24.10 to 3.25.1.

    Changelog

    Sourced from github/codeql-action's changelog.

    CodeQL Action Changelog

    See the releases page for the relevant changes to the CodeQL CLI and language packs.

    Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

    [UNRELEASED]

    No user facing changes.

    3.25.1 - 17 Apr 2024

    • We are rolling out a feature in April/May 2024 that improves the reliability and performance of analyzing code when analyzing a compiled language with the autobuild build mode. #2235
    • Fix a bug where the init Action would fail if --overwrite was specified in CODEQL_ACTION_EXTRA_OPTIONS. #2245

    3.25.0 - 15 Apr 2024

    • The deprecated feature for extracting dependencies for a Python analysis has been removed. #2224

      As a result, the following inputs and environment variables are now ignored:

      • The setup-python-dependencies input to the init Action
      • The CODEQL_ACTION_DISABLE_PYTHON_DEPENDENCY_INSTALLATION environment variable

      We recommend removing any references to these from your workflows. For more information, see the release notes for CodeQL Action v3.23.0 and v2.23.0.

    • Automatically overwrite an existing database if found on the filesystem. #2229

    • Bump the minimum CodeQL bundle version to 2.12.6. #2232

    • A more relevant log message and a diagnostic are now emitted when the file program is not installed on a Linux runner, but is required for Go tracing to succeed. #2234

    3.24.10 - 05 Apr 2024

    • Update default CodeQL bundle version to 2.17.0. #2219
    • Add a deprecation warning for customers using CodeQL version 2.12.5 and earlier. These versions of CodeQL were discontinued on 26 March 2024 alongside GitHub Enterprise Server 3.8, and will be unsupported by CodeQL Action versions 3.25.0 and later and versions 2.25.0 and later. #2220
      • If you are using one of these versions, please update to CodeQL CLI version 2.12.6 or later. For instance, if you have specified a custom version of the CLI using the 'tools' input to the 'init' Action, you can remove this input to use the default version.
      • Alternatively, if you want to continue using a version of the CodeQL CLI between 2.11.6 and 2.12.5, you can replace github/codeql-action/*@v3 by github/codeql-action/*@v3.24.10 and github/codeql-action/*@v2 by github/codeql-action/*@v2.24.10 in your code scanning workflow to ensure you continue using this version of the CodeQL Action.

    3.24.9 - 22 Mar 2024

    • Update default CodeQL bundle version to 2.16.5. #2203

    3.24.8 - 18 Mar 2024

    • Improve the ease of debugging extraction issues by increasing the verbosity of the extractor logs when running in debug mode. #2195

    3.24.7 - 12 Mar 2024

    • Update default CodeQL bundle version to 2.16.4. #2185

    3.24.6 - 29 Feb 2024

    ... (truncated)

    Commits
    • c7f9125 Merge pull request #2248 from github/update-v3.25.1-c4fb45143
    • 1c7e8b2 Update changelog for v3.25.1
    • c4fb451 Merge pull request #2245 from github/henrymercer/ignore-already-specified-flags
    • 556b3bc Add changelog note
    • ef66aea Merge branch 'main' into henrymercer/ignore-already-specified-flags
    • 9b87e0a Merge pull request #2241 from github/nickfyson/speculative-script-fix
    • 18111b6 Merge pull request #2235 from github/henrymercer/autobuild-with-direct-tracing
    • ade98b9 Ensure --overwrite flag is only passed once
    • 8566d50 Add regression test for double --overwrite
    • 453a956 Merge pull request #2243 from github/dependabot/npm_and_yarn/npm-9b31496ffc
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies github_actions 
    opened by dependabot[bot] 1
  • build(deps): bump github/codeql-action from 3.24.10 to 3.25.0

    build(deps): bump github/codeql-action from 3.24.10 to 3.25.0

    Bumps github/codeql-action from 3.24.10 to 3.25.0.

    Changelog

    Sourced from github/codeql-action's changelog.

    CodeQL Action Changelog

    See the releases page for the relevant changes to the CodeQL CLI and language packs.

    Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

    [UNRELEASED]

    • The deprecated feature for extracting dependencies for a Python analysis has been removed. #2224

      As a result, the following inputs and environment variables are now ignored:

      • The setup-python-dependencies input to the init Action
      • The CODEQL_ACTION_DISABLE_PYTHON_DEPENDENCY_INSTALLATION environment variable

      We recommend removing any references to these from your workflows. For more information, see the release notes for CodeQL Action v3.23.0 and v2.23.0.

    • Automatically overwrite an existing database if found on the filesystem. #2229

    • Bump the minimum CodeQL bundle version to 2.12.6. #2232

    • A more relevant log message and a diagnostic are now emitted when the file program is not installed on a Linux runner, but is required for Go tracing to succeed. #2234

    3.24.10 - 05 Apr 2024

    • Update default CodeQL bundle version to 2.17.0. #2219
    • Add a deprecation warning for customers using CodeQL version 2.12.5 and earlier. These versions of CodeQL were discontinued on 26 March 2024 alongside GitHub Enterprise Server 3.8, and will be unsupported by CodeQL Action versions 3.25.0 and later and versions 2.25.0 and later. #2220
      • If you are using one of these versions, please update to CodeQL CLI version 2.12.6 or later. For instance, if you have specified a custom version of the CLI using the 'tools' input to the 'init' Action, you can remove this input to use the default version.
      • Alternatively, if you want to continue using a version of the CodeQL CLI between 2.11.6 and 2.12.5, you can replace github/codeql-action/*@v3 by github/codeql-action/*@v3.24.10 and github/codeql-action/*@v2 by github/codeql-action/*@v2.24.10 in your code scanning workflow to ensure you continue using this version of the CodeQL Action.

    3.24.9 - 22 Mar 2024

    • Update default CodeQL bundle version to 2.16.5. #2203

    3.24.8 - 18 Mar 2024

    • Improve the ease of debugging extraction issues by increasing the verbosity of the extractor logs when running in debug mode. #2195

    3.24.7 - 12 Mar 2024

    • Update default CodeQL bundle version to 2.16.4. #2185

    3.24.6 - 29 Feb 2024

    No user facing changes.

    3.24.5 - 23 Feb 2024

    • Update default CodeQL bundle version to 2.16.3. #2156

    3.24.4 - 21 Feb 2024

    • Fix an issue where an existing, but empty, /sys/fs/cgroup/cpuset.cpus file always resulted in a single-threaded run. #2151

    ... (truncated)

    Commits
    • df5a14d Merge pull request #2238 from github/update-v3.25.0-2b2cee522
    • 3f70eaa Update changelog for v3.25.0
    • 2b2cee5 Merge pull request #2234 from github/mbg/clearer-file-command-failure
    • 4fcf7a2 Add changelog entry
    • d30d1ca Merge pull request #2237 from github/henrymercer/more-configuration-errors
    • 5558536 Add configuration error for unsupported build mode
    • fa75c14 Capture rate limit and ref not existing config errors
    • 5a599c6 Merge pull request #2236 from github/henrymercer/feature-flags-with-tool-feat...
    • 829376a Allow feature flags to specify tool feature requirements
    • efc4746 Downgrade log levels for some messages to debug
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies github_actions 
    opened by dependabot[bot] 1
  • build(deps): bump actions/dependency-review-action from 2.5.1 to 4.2.5

    build(deps): bump actions/dependency-review-action from 2.5.1 to 4.2.5

    Bumps actions/dependency-review-action from 2.5.1 to 4.2.5.

    Release notes

    Sourced from actions/dependency-review-action's releases.

    4.2.5

    What's Changed

    Full Changelog: https://github.com/actions/dependency-review-action/compare/v4.2.4...v4.2.5

    v4.2.4

    What's Changed

    Fixed a bug in the output of OpenSSF cards for GitHub Actions.

    New Contributors

    Full Changelog: https://github.com/actions/dependency-review-action/compare/v4.2.3...v4.2.4

    4.2.3

    What's Changed

    New Contributors

    Full Changelog: https://github.com/actions/dependency-review-action/compare/v4.1.3...v4.2.3

    4.1.3

    Fixes a bug in 4.1.2 that would introduce comments in every pull request, regardless of the user's configuration (see actions/dependency-review-action#697).

    Full Changelog: https://github.com/actions/dependency-review-action/compare/v4.1.2...v4.1.3

    4.1.2

    What's Changed

    Full Changelog: https://github.com/actions/dependency-review-action/compare/v4.1.1...v4.1.2

    4.1.1

    What's Changed

    Full Changelog: https://github.com/actions/dependency-review-action/compare/v4.1.0...v4.1.1

    4.1.0

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies github_actions 
    opened by dependabot[bot] 0
  • build(deps): bump actions/upload-artifact from 3.pre.node20 to 4.3.1

    build(deps): bump actions/upload-artifact from 3.pre.node20 to 4.3.1

    Bumps actions/upload-artifact from 3.pre.node20 to 4.3.1.

    Release notes

    Sourced from actions/upload-artifact's releases.

    v4.3.1

    v4.3.0

    What's Changed

    Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.3.0

    v4.2.0

    What's Changed

    Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.2.0

    v4.1.0

    What's Changed

    New Contributors

    Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.1.0

    v4.0.0

    What's Changed

    The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts. They have numerous performance and behavioral improvements.

    ℹ️ However, this is a major update that includes breaking changes. Artifacts created with versions v3 and below are not compatible with the v4 actions. Uploads and downloads must use the same major actions versions. There are also key differences from previous versions that may require updates to your workflows.

    For more information, please see:

    1. The changelog post.
    2. The README.
    3. The migration documentation.
    4. As well as the underlying npm package, @​actions/artifact documentation.

    New Contributors

    Full Changelog: https://github.com/actions/upload-artifact/compare/v3...v4.0.0

    v3.1.3

    What's Changed

    ... (truncated)

    Commits
    • 5d5d22a Merge pull request #515 from actions/eggyhead/update-artifact-v2.1.1
    • f1e993d update artifact license
    • 4881bfd updating dist:
    • a30777e @​eggyhead
    • 3a80482 Merge pull request #511 from actions/robherley/migration-docs-typo
    • 9d63e3f Merge branch 'main' into robherley/migration-docs-typo
    • dfa1ab2 fix typo with v3 artifact downloads in migration guide
    • d00351b Merge pull request #509 from markmssd/patch-1
    • 707f5a7 Update limitation of 10 artifacts upload to 500
    • 26f96df Merge pull request #505 from actions/robherley/merge-artifacts
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies github_actions 
    opened by dependabot[bot] 0
  • build(deps): bump actions/checkout from 3.6.0 to 4.1.2

    build(deps): bump actions/checkout from 3.6.0 to 4.1.2

    Bumps actions/checkout from 3.6.0 to 4.1.2.

    Release notes

    Sourced from actions/checkout's releases.

    v4.1.2

    We are investigating the following issue with this release and have rolled-back the v4 tag to point to v4.1.1

    What's Changed

    New Contributors

    Full Changelog: https://github.com/actions/checkout/compare/v4.1.1...v4.1.2

    v4.1.1

    What's Changed

    New Contributors

    Full Changelog: https://github.com/actions/checkout/compare/v4.1.0...v4.1.1

    v4.1.0

    What's Changed

    New Contributors

    Full Changelog: https://github.com/actions/checkout/compare/v4.0.0...v4.1.0

    v4.0.0

    What's Changed

    New Contributors

    Full Changelog: https://github.com/actions/checkout/compare/v3...v4.0.0

    Changelog

    Sourced from actions/checkout's changelog.

    Changelog

    v4.1.2

    v4.1.1

    v4.1.0

    v4.0.0

    v3.6.0

    v3.5.3

    v3.5.2

    v3.5.1

    v3.5.0

    v3.4.0

    v3.3.0

    v3.2.0

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies github_actions 
    opened by dependabot[bot] 0
  • build(deps): bump github/codeql-action from 3.24.9 to 3.24.10

    build(deps): bump github/codeql-action from 3.24.9 to 3.24.10

    Bumps github/codeql-action from 3.24.9 to 3.24.10.

    Changelog

    Sourced from github/codeql-action's changelog.

    CodeQL Action Changelog

    See the releases page for the relevant changes to the CodeQL CLI and language packs.

    Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

    [UNRELEASED]

    No user facing changes.

    3.24.10 - 05 Apr 2024

    • Update default CodeQL bundle version to 2.17.0. #2219
    • Add a deprecation warning for customers using CodeQL version 2.12.5 and earlier. These versions of CodeQL were discontinued on 26 March 2024 alongside GitHub Enterprise Server 3.8, and will be unsupported by CodeQL Action versions 3.25.0 and later and versions 2.25.0 and later. #2220
      • If you are using one of these versions, please update to CodeQL CLI version 2.12.6 or later. For instance, if you have specified a custom version of the CLI using the 'tools' input to the 'init' Action, you can remove this input to use the default version.
      • Alternatively, if you want to continue using a version of the CodeQL CLI between 2.11.6 and 2.12.5, you can replace github/codeql-action/*@v3 by github/codeql-action/*@v3.24.10 and github/codeql-action/*@v2 by github/codeql-action/*@v2.24.10 in your code scanning workflow to ensure you continue using this version of the CodeQL Action.

    3.24.9 - 22 Mar 2024

    • Update default CodeQL bundle version to 2.16.5. #2203

    3.24.8 - 18 Mar 2024

    • Improve the ease of debugging extraction issues by increasing the verbosity of the extractor logs when running in debug mode. #2195

    3.24.7 - 12 Mar 2024

    • Update default CodeQL bundle version to 2.16.4. #2185

    3.24.6 - 29 Feb 2024

    No user facing changes.

    3.24.5 - 23 Feb 2024

    • Update default CodeQL bundle version to 2.16.3. #2156

    3.24.4 - 21 Feb 2024

    • Fix an issue where an existing, but empty, /sys/fs/cgroup/cpuset.cpus file always resulted in a single-threaded run. #2151

    3.24.3 - 15 Feb 2024

    • Fix an issue where the CodeQL Action would fail to load a configuration specified by the config input to the init Action. #2147

    3.24.2 - 15 Feb 2024

    • Enable improved multi-threaded performance on larger runners for GitHub Enterprise Server users. This feature is already available to GitHub.com users. #2141

    3.24.1 - 13 Feb 2024

    ... (truncated)

    Commits
    • 4355270 Merge pull request #2226 from github/update-v3.24.10-7df281f2f
    • 3f041c5 Update changelog for v3.24.10
    • 7df281f Gracefully continue if createStatusReportBase throws (#2225)
    • f421cda Run integration test PR checks nightly (#2222)
    • 5f535de Merge pull request #2221 from github/nickfyson/upload-logging
    • 278465c Merge pull request #2219 from github/update-bundle/codeql-bundle-v2.17.0
    • 65e69c8 Merge branch 'main' into update-bundle/codeql-bundle-v2.17.0
    • c037115 clarify logging in response to pr review comments
    • d3c32a8 fix test to respect updated logging behaviour
    • 2654062 Merge branch 'main' into nickfyson/upload-logging
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies github_actions 
    opened by dependabot[bot] 0
  • build(deps): bump actions/checkout from 4.1.2 to 4.1.5

    build(deps): bump actions/checkout from 4.1.2 to 4.1.5

    Bumps actions/checkout from 4.1.2 to 4.1.5.

    Release notes

    Sourced from actions/checkout's releases.

    v4.1.5

    What's Changed

    Full Changelog: https://github.com/actions/checkout/compare/v4.1.4...v4.1.5

    v4.1.4

    What's Changed

    Full Changelog: https://github.com/actions/checkout/compare/v4.1.3...v4.1.4

    v4.1.3

    What's Changed

    Full Changelog: https://github.com/actions/checkout/compare/v4.1.2...v4.1.3

    Changelog

    Sourced from actions/checkout's changelog.

    Changelog

    v4.1.4

    v4.1.3

    v4.1.2

    v4.1.1

    v4.1.0

    v4.0.0

    v3.6.0

    v3.5.3

    v3.5.2

    v3.5.1

    v3.5.0

    v3.4.0

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies github_actions 
    opened by dependabot[bot] 0
  • build(deps): bump actions/dependency-review-action from 4.2.5 to 4.3.2

    build(deps): bump actions/dependency-review-action from 4.2.5 to 4.3.2

    Bumps actions/dependency-review-action from 4.2.5 to 4.3.2.

    Release notes

    Sourced from actions/dependency-review-action's releases.

    v4.3.2

    What's Changed

    Full Changelog: https://github.com/actions/dependency-review-action/compare/v4.3.1...v4.3.2

    v4.3.1

    What's Changed

    This release fixes some bugs related to package-url parsing that were introduced in 4.3.0. See actions/dependency-review-action#753.

    Full Changelog: https://github.com/actions/dependency-review-action/compare/V4.3.0...v4.3.1

    v4.3.0

    New Features

    • The deny-packages option can now be used without a version number to exclude all versions of a package.

    What's Changed

    New Contributors

    Full Changelog: https://github.com/actions/dependency-review-action/compare/v4.2.5...V4.3.0

    Commits
    • 0c155c5 Merge pull request #762 from actions/juxtin/prepare-4.3.2
    • f3dac32 Merge pull request #761 from actions/juxtin/fix-allow-dependencies-licenses
    • d0d5cc3 Update version number to 4.3.2
    • 49fbbe0 Fix package-url parsing for allow-dependencies-licenses
    • e58c696 Merge pull request #758 from actions/juxtin/prepare-4.3.1
    • 9b7c72d Change version to 4.3.1
    • 7dcfabf Merge pull request #753 from actions/juxtin/debug-purl
    • 5f0808f Validate that deny-packages purls are complete
    • fcc66c2 Refine purl parsing and tests
    • 1dd418b Basic tests for PURL validation in config
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies github_actions 
    opened by dependabot[bot] 0
  • build(deps): bump step-security/harden-runner from 2.7.0 to 2.7.1

    build(deps): bump step-security/harden-runner from 2.7.0 to 2.7.1

    Bumps step-security/harden-runner from 2.7.0 to 2.7.1.

    Release notes

    Sourced from step-security/harden-runner's releases.

    v2.7.1

    What's Changed

    Release v2.7.1 by @​varunsh-coder, @​h0x0er, @​ashishkurmi in step-security/harden-runner#397 This release:

    • Improves the capability to inspect outbound HTTPS traffic on GitHub-hosted and self-hosted VM runners
    • Updates README to add link to case study video on how Harden-Runner detected a supply chain attack on a Google open-source project
    • Addresses minor bugs

    Full Changelog: https://github.com/step-security/harden-runner/compare/v2.7.0...v2.7.1

    Commits
    • a4aa98b Release v2.7.1 (#397)
    • 6c3b1c9 Merge pull request #379 from step-security/dependabot/github_actions/step-sec...
    • 3498091 Bump step-security/harden-runner from 2.6.1 to 2.7.0
    • 63a88e2 Merge pull request #378 from step-security/update-readme3
    • 07e5965 Update README
    • See full diff in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies github_actions 
    opened by dependabot[bot] 0
  • build(deps): bump github/codeql-action from 3.24.10 to 3.25.3

    build(deps): bump github/codeql-action from 3.24.10 to 3.25.3

    Bumps github/codeql-action from 3.24.10 to 3.25.3.

    Changelog

    Sourced from github/codeql-action's changelog.

    CodeQL Action Changelog

    See the releases page for the relevant changes to the CodeQL CLI and language packs.

    Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

    [UNRELEASED]

    No user facing changes.

    3.25.3 - 25 Apr 2024

    • Update default CodeQL bundle version to 2.17.1. #2247
    • Workflows running on macos-latest using CodeQL CLI versions before v2.15.1 will need to either upgrade their CLI version to v2.15.1 or newer, or change the platform to an Intel MacOS runner, such as macos-12. ARM machines with SIP disabled, including the newest macos-latest image, are unsupported for CLI versions before 2.15.1. #2261

    3.25.2 - 22 Apr 2024

    No user facing changes.

    3.25.1 - 17 Apr 2024

    • We are rolling out a feature in April/May 2024 that improves the reliability and performance of analyzing code when analyzing a compiled language with the autobuild build mode. #2235
    • Fix a bug where the init Action would fail if --overwrite was specified in CODEQL_ACTION_EXTRA_OPTIONS. #2245

    3.25.0 - 15 Apr 2024

    • The deprecated feature for extracting dependencies for a Python analysis has been removed. #2224

      As a result, the following inputs and environment variables are now ignored:

      • The setup-python-dependencies input to the init Action
      • The CODEQL_ACTION_DISABLE_PYTHON_DEPENDENCY_INSTALLATION environment variable

      We recommend removing any references to these from your workflows. For more information, see the release notes for CodeQL Action v3.23.0 and v2.23.0.

    • Automatically overwrite an existing database if found on the filesystem. #2229

    • Bump the minimum CodeQL bundle version to 2.12.6. #2232

    • A more relevant log message and a diagnostic are now emitted when the file program is not installed on a Linux runner, but is required for Go tracing to succeed. #2234

    3.24.10 - 05 Apr 2024

    • Update default CodeQL bundle version to 2.17.0. #2219
    • Add a deprecation warning for customers using CodeQL version 2.12.5 and earlier. These versions of CodeQL were discontinued on 26 March 2024 alongside GitHub Enterprise Server 3.8, and will be unsupported by CodeQL Action versions 3.25.0 and later and versions 2.25.0 and later. #2220
      • If you are using one of these versions, please update to CodeQL CLI version 2.12.6 or later. For instance, if you have specified a custom version of the CLI using the 'tools' input to the 'init' Action, you can remove this input to use the default version.
      • Alternatively, if you want to continue using a version of the CodeQL CLI between 2.11.6 and 2.12.5, you can replace github/codeql-action/*@v3 by github/codeql-action/*@v3.24.10 and github/codeql-action/*@v2 by github/codeql-action/*@v2.24.10 in your code scanning workflow to ensure you continue using this version of the CodeQL Action.

    3.24.9 - 22 Mar 2024

    • Update default CodeQL bundle version to 2.16.5. #2203

    3.24.8 - 18 Mar 2024

    ... (truncated)

    Commits
    • d39d31e Merge pull request #2262 from github/update-v3.25.3-ac2f82a1f
    • a727825 Move changenote to most recent section
    • 1efa859 Update changelog for v3.25.3
    • ac2f82a Log warning if SIP is disabled and CLI version is < 2.15.1 (#2261)
    • 0ad7791 Merge pull request #2247 from github/update-bundle/codeql-bundle-v2.17.1
    • 79d9ee7 Merge branch 'main' into update-bundle/codeql-bundle-v2.17.1
    • dbf2b17 Merge pull request #2255 from github/mergeback/v3.25.2-to-main-8f596b4a
    • ff6a3c4 Update checked-in dependencies
    • 619dc0c Update changelog and version after v3.25.2
    • 8f596b4 Merge pull request #2254 from github/update-v3.25.2-4909c1ffb
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies github_actions 
    opened by dependabot[bot] 0
  • build(deps): bump actions/upload-artifact from 4.3.1 to 4.3.3

    build(deps): bump actions/upload-artifact from 4.3.1 to 4.3.3

    Bumps actions/upload-artifact from 4.3.1 to 4.3.3.

    Release notes

    Sourced from actions/upload-artifact's releases.

    v4.3.3

    What's Changed

    Full Changelog: https://github.com/actions/upload-artifact/compare/v4.3.2...v4.3.3

    v4.3.2

    What's Changed

    New Contributors

    Full Changelog: https://github.com/actions/upload-artifact/compare/v4.3.1...v4.3.2

    Commits
    • 6546280 updating package version
    • c004fb4 Merge branch 'main' into eggyhead/use-artifact-v2.1.6
    • 90aba49 updating toolkit artifact dependency to 2.1.6
    • b06cde3 Merge pull request #563 from actions/eggyhead/release-4.3.2
    • 1746f4a Revert "updating to release 4.3.2"
    • 31685d0 updating to release 4.3.2
    • 18bf333 Merge pull request #562 from actions/eggyhead/update-artifact-v215
    • dac413b update package lock version
    • bb3b4a3 updating package version
    • 3e3da83 updating artifact and core dependencies
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies github_actions 
    opened by dependabot[bot] 0
Owner
Compute IO
Compute IO focus on massive, parallel computing technique.
Compute IO
Rust library for integrating local LLMs (with llama.cpp) and external LLM APIs.

Table of Contents About The Project Getting Started Roadmap Contributing License Contact A rust interface for the OpenAI API and Llama.cpp ./server AP

Shelby Jenkins 4 Dec 18, 2023
Terminal UI to chat with large language models (LLM) using different model backends, and integrations with your favourite editors!

Oatmeal Terminal UI to chat with large language models (LLM) using different model backends, and integrations with your favourite editors! Overview In

Dustin Blackman 88 Dec 4, 2023
Solving context limits when working with AI LLM models by implementing a "chunkable" attribute on your prompt structs.

Promptize Promptize attempts to solve the issues with context limits when working with AI systems. It allows a user to add an attribute to their struc

Dan Nelson 5 Jul 18, 2023
Extend anything with WebAssembly.

Welcome! Please note: this project still under active development. It's usable, but expect some rough edges while work is underway. If you're interest

Extism 1.5k Jan 3, 2023
miniserve - a CLI tool to serve files and dirs over HTTP

?? For when you really just want to serve some files over HTTP right now!

Sven-Hendrik Haase 4.1k Jan 6, 2023
Simple low-level web server to serve file uploads with some shell scripting-friendly features

http_file_uploader Simple low-level web server to serve file uploads with some shell scripting-friendly features. A bridge between Web's multipart/for

Vitaly Shukela 2 Oct 27, 2022
`ggllama` is a Rust port of ggerganov's llama.cpp.

Notice llama-rs beat me to the punch. I'll be contributing to that instead. The original README is preserved below. ggllama ggllama is a Rust port of

Philpax 6 Mar 15, 2023
An LLM-powered (CodeLlama or OpenAI) local diff code review tool.

augre An LLM-powered (CodeLlama or OpenAI) local diff code review tool. Binary Usage Install Windows: $ iwr https://github.com/twitchax/augre/releases

Aaron Roney 4 Oct 19, 2023
An egui app for prompting a local offline LLM.

An egui app for prompting a local offline LLM. Description coze is a small egui application for prompting a local offline LLM using the Huggingface ca

null 23 Mar 9, 2024
A simple code that will load a shellcode directly into RAM memory in a new process

「 ?? 」About RustSCLoader RustSCLoader is a simple code that has the intention of loading a shellcode directly into RAM memory in a new process that wi

null 5 May 15, 2023
Server load testing CLI tool 🏋️

?? Rhea A Server Load Testing Tool Rhea is a powerful and easy-to-use command-line tool written in Rust for load testing servers. It allows you to sim

Melih Sivri 11 Aug 7, 2023
Utility library for some Lenovo IdeaPad laptops. Supports IdeaPad Intel and AMD Models (15IIL05 and 15ARE05)

ideapad A Rust utility library for some Lenovo IdeaPad specific functionality. A Fair Warning This crate calls raw ACPI methods, which on the best cas

ALinuxPerson 2 Aug 31, 2022
SKYULL is a command-line interface (CLI) in development that creates REST API project structure templates with the aim of making it easy and fast to start a new project.

SKYULL is a command-line interface (CLI) in development that creates REST API project structure templates with the aim of making it easy and fast to start a new project. With just a few primary configurations, such as project name, you can get started quickly.

Gabriel Michaliszen 4 May 9, 2023
Build Abstract Syntax Trees and tree-walking models quickly in Rust.

astmaker Build Abstract Syntax Trees and tree-walking models quickly in Rust. Example This example creates an AST for simple math expressions, and an

David Delassus 100 Jun 5, 2023
🦀Rust + Large Language Models - Make AI Services Freely and Easily. Inspired by LangChain

llmchain: Modern Data Transformations with LLM ?? + Large Language Models, inspired by LangChain. Features Models: LLMs & Chat Models & Embedding Mode

Shafish Labs 63 Jun 22, 2023
Simple OpenAI CLI wrapper written in Rust, feat. configurable prompts and models

Quick Start git clone https://github.com/ryantinder/ask-rs cd ask cargo install --path . Example ask tell me about the Lockheed Martin SR71 >> The Loc

Ryan Tinder 3 Aug 9, 2023
command line tools for coprolite research (paleontology and archaeology): estimate the producer's body mass based on coprolite diameter by the use of regression models

OVERVIEW OF COPROSIZE coprosize employs power, exponential and cubic regression models allowing to estimate the producer's body mass based on coprolit

Piotr Bajdek 7 Nov 25, 2022
Core Fiberplane data models and methods for transforming them (templates, providers, markdown conversion)

fiberplane This repository is a monorepo for Rust code that is used throughout Fiberplane's product. Overview base64uuid - A utility for working with

Fiberplane 18 Feb 22, 2023
Striving to create a great Application with full functions of learning languages by ChatGPT, TTS, STT and other awesome AI models

Striving to create a great Application with full functions of learning languages by ChatGPT, TTS, STT and other awesome AI models, supports talking, speaking assessment, memorizing words with contexts, Listening test, so on.

null 155 Apr 20, 2023