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]
Change the retention period for uploaded debug artifacts to 7 days. Previously, this was whatever the repository default was. #2079
3.23.0 - 08 Jan 2024
We are rolling out a feature in January 2024 that will disable Python dependency installation by default for all users. This improves the speed of analysis while having only a very minor impact on results. You can override this behavior by setting CODEQL_ACTION_DISABLE_PYTHON_DEPENDENCY_INSTALLATION=false in your workflow, however we plan to remove this ability in future versions of the CodeQL Action. #2031
Update default CodeQL bundle version to 2.15.5. #2047
3.22.11 - 13 Dec 2023
[v3+ only] The CodeQL Action now runs on Node.js v20. #2006
2.22.10 - 12 Dec 2023
Update default CodeQL bundle version to 2.15.4. #2016
2.22.9 - 07 Dec 2023
No user facing changes.
2.22.8 - 23 Nov 2023
Update default CodeQL bundle version to 2.15.3. #2001
2.22.7 - 16 Nov 2023
Add a deprecation warning for customers using CodeQL version 2.11.5 and earlier. These versions of CodeQL were discontinued on 8 November 2023 alongside GitHub Enterprise Server 3.7, and will be unsupported by CodeQL Action v2.23.0 and later. #1993
If you are using one of these versions, please update to CodeQL CLI version 2.11.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.10.5 and 2.11.5, you can replace github/codeql-action/*@v2 by github/codeql-action/*@v2.22.7 in your code scanning workflow to ensure you continue using this version of the CodeQL Action.
2.22.6 - 14 Nov 2023
Customers running Python analysis on macOS using version 2.14.6 or earlier of the CodeQL CLI should upgrade to CodeQL CLI version 2.15.0 or later. If you do not wish to upgrade the CodeQL CLI, ensure that you are using Python version 3.11 or earlier, as CodeQL version 2.14.6 and earlier do not support Python 3.12. You can achieve this by adding a setup-python step to your code scanning workflow before the step that invokes github/codeql-action/init.
Update default CodeQL bundle version to 2.15.2. #1978
2.22.5 - 27 Oct 2023
No user facing changes.
... (truncated)
Commits
e5f05b8 Merge pull request #2066 from github/update-v3.23.0-fd55bb0b0
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.
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 ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the github-actions group with 7 updates:
2.5.1
2.6.1
3.5.3
4.1.1
5.0.0
5.5.0
5.0.0
5.1.0
2.22.5
3.23.0
3.1.2
4.1.0
1.16.21
1.17.1
Updates
step-security/harden-runner
from 2.5.1 to 2.6.1Release notes
Sourced from step-security/harden-runner's releases.
Commits
eb238b5
Release v2.6.1 (#356)2579b52
Merge pull request #350 from step-security/dependabot/github_actions/actions/...c11b220
Merge pull request #352 from step-security/dependabot/github_actions/ossf/sco...3338abc
Bump ossf/scorecard-action from 2.3.0 to 2.3.17523e86
Bump actions/checkout from 4.1.0 to 4.1.1bf4cac9
Merge pull request #349 from step-security/dependabot/github_actions/ossf/sco...ab35e30
Bump ossf/scorecard-action from 2.2.0 to 2.3.002adcd6
Merge pull request #348 from step-security/dependabot/github_actions/step-sec...cddb4d2
Bump step-security/harden-runner from 2.5.1 to 2.6.0d7f96b7
Merge pull request #347 from step-security/varunsh-coder-patch-1Updates
actions/checkout
from 3.5.3 to 4.1.1Release notes
Sourced from actions/checkout's releases.
Commits
b4ffde6
Link to release page from what's new section (#1514)8530928
Correct link to GitHub Docs (#1511)7cdaf2f
Update CODEOWNERS to Launch team (#1510)8ade135
Prepare 4.1.0 release (#1496)c533a0a
Add support for partial checkout filters (#1396)72f2cec
Update README.md for V4 (#1452)3df4ab1
Release 4.0.0 (#1447)8b5e8b7
Support fetching without the --progress option (#1067)97a652b
Update default runtime to node20 (#1436)f43a0e5
Release 3.6.0 (#1437)Updates
docker/metadata-action
from 5.0.0 to 5.5.0Release notes
Sourced from docker/metadata-action's releases.
Commits
dbef880
Merge pull request #374 from docker/dependabot/npm_and_yarn/moment-timezone-0...b73e7a7
chore: update generated contentb9fba69
chore(deps): Bump moment-timezone from 0.5.43 to 0.5.44ac82374
Merge pull request #373 from docker/dependabot/npm_and_yarn/moment-2.30.1c92519a
chore: update generated content3b4179d
chore(deps): Bump moment from 2.29.4 to 2.30.10784993
Merge pull request #371 from docker/dependabot/npm_and_yarn/docker/actions-to...52c3e9e
chore: update generated content82a5e67
chore(deps): Bump@docker/actions-toolkit
from 0.16.0 to 0.16.141e1fe3
Merge pull request #370 from crazy-max/bake-cwdUpdates
docker/build-push-action
from 5.0.0 to 5.1.0Release notes
Sourced from docker/build-push-action's releases.
Commits
4a13e50
Merge pull request #1006 from docker/dependabot/npm_and_yarn/docker/actions-t...7416668
chore: update generated contentb4f76a5
chore(deps): Bump@docker/actions-toolkit
from 0.13.0 to 0.14.0b7feb76
Merge pull request #1005 from crazy-max/ci-inspectfae8018
ci: inspect sbom and provenanceb625868
Merge pull request #1004 from crazy-max/ci-update-buildx5193ef1
ci: update buildx to latestd3afd77
Merge pull request #991 from docker/dependabot/npm_and_yarn/babel/traverse-7....7a786bb
Merge pull request #992 from crazy-max/annotationsc66ae3a
chore: update generated contentUpdates
github/codeql-action
from 2.22.5 to 3.23.0Changelog
Sourced from github/codeql-action's changelog.
... (truncated)
Commits
e5f05b8
Merge pull request #2066 from github/update-v3.23.0-fd55bb0b048e7b8b
Update changelog for v3.23.0fd55bb0
Merge pull request #2065 from github/henrymercer/further-run-queries-cleanup838a022
Clean up running queries workflow now that the queries are determined by the CLI8516954
Merge pull request #2062 from github/henrymercer/remove-action-config-parsinga533ec6
Merge branch 'main' into henrymercer/remove-action-config-parsing08ae9bf
Merge pull request #2063 from github/henrymercer/remove-ml-powered-queries-repo58ff74a
Merge pull request #2031 from github/rasmuswl/no-dep-inst-default9926570
Generate JS2e27b3c
Create helperisPythonDependencyInstallationDisabled
Updates
actions/upload-artifact
from 3.1.2 to 4.1.0Release notes
Sourced from actions/upload-artifact's releases.
Commits
1eb3cb2
Merge pull request #497 from actions/robherley/update-readme-limit8688a86
Update readme to reflect new artifact/job limit73d8b66
Support artifact-url output (#496)c320f57
Update README.md (#492)cf8714c
Merge pull request #482 from actions/robherley/add-migration-docs7f16e37
add migrations docs3530730
Merge pull request #468 from actions/robherley/misc-updates6c139af
update imports and old v4-beta referencesc7d193f
Merge pull request #466 from actions/v4-beta13131bb
licensed cacheUpdates
crate-ci/typos
from 1.16.21 to 1.17.1Release notes
Sourced from crate-ci/typos's releases.
Changelog
Sourced from crate-ci/typos's changelog.
... (truncated)
Commits
a35b382
chore: Release4c32fc5
docs: Update changelogb02f589
Merge pull request #908 from epage/ci7b12730
chore(ci): Build for aarch645adfdc2
chore(ci): Show what gets bundled657d1b1
chore(ci): Remove use of undefined variablea776278
chore(ci): Ensure rustfmt is available2361394
chore: Release9c418af
chore: Release03aec70
docs: Update changelogDependabot 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