PR#626 resolved #625 by explicitly checking that a license identified as Pixar was actually (probably) the Pixar license, instead of a normal Apache-2.0 license.
v1.6.0
action changes
Color output is now always enabled so that colors show up in the action output.
0.14.15
Added
PR#618 added metadata notes to diagnostics when a license is rejected, as well as removing span information for accepted licenses unless the log level is info or higher to make the diagnostic clearer by default.
0.14.14
Fixed
PR#617 resolved #576 by updating the SPDX license list to 3.23.
0.14.13
Fixed
PR#615 fixed an issue introduced in PR#605 where the various bans diagnostic codes could not have their lint level changed via the CLI. It also introduced the deprecated diagnostic code.
0.14.12
Changed
PR#605 did a major refactor of configuration, both how it is deserialized and changing (hopefully improving) many options.
PR#605 moved targets, exclude, all-features, features, no-default-features, and exclude into the [graph] table.
PR#605 moved feature-depth into the [output] table.
Added
PR#613 added support for basic shell expansion to advisories.db-path, which expands support beyond just ~ to include environment variable expansion.
Fixed
PR#601 resolved #600 by outputting the correct spans when a license was both allowed and denied.
PR#605 resolved #264 be replacing toml and serde with toml-span.
PR#605 resolved #539 by simplifying the very common name = "<crate_name>", version = "<requirements>" used to target specific crates into either a plain package spec string or the simpler crate = "<package spec>".
PR#605 resolved #578 by adding a reason = "<reason>" field to many fields within the configuration that are provided in diagnostics. [bans.deny] also has an additional use-instead = "<url/crate_name>". PR#610 did this for the advisories.ignore field.
PR#605 resolved #579 by allowing yanked crates to be ignored by specifying a PackageSpec in the [advisories.ignore] array.
Deprecated
PR#606 and PR#611 together deprecated several fields listed below. See PR#611 for how to change your config to opt-in to the new behavior that will become the default when the deprecated fields are removed in a future minor version.
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
Bumps the github-actions group with 12 updates:
2.5.1
2.7.0
3.5.3
4.1.2
1.5.5
1.6.2
3.0.0
3.1.0
5.0.0
5.5.1
5.0.0
5.3.0
3.4.2
4.0.0
2
3
2.22.5
3.24.10
3.1.2
4.3.1
1.16.21
1.20.4
3
4
Updates
step-security/harden-runner
from 2.5.1 to 2.7.0Release notes
Sourced from step-security/harden-runner's releases.
Commits
63c24ba
Merge pull request #376 from step-security/rc-795691d3
Update dist6339621
Update to node204a63cda
Add tls-inspection capability (#368)dece111
Merge pull request #372 from step-security/readme-update1952f97
Updates32f00ff
Update README.mdea8b747
Publish test results (#363)c0db65e
Merge pull request #359 from step-security/dependabot/github_actions/actions/...4151c05
Merge pull request #361 from step-security/dependabot/github_actions/step-sec...Updates
actions/checkout
from 3.5.3 to 4.1.2Release notes
Sourced from actions/checkout's releases.
... (truncated)
Commits
9bb5618
Prep for release of v4.1.2 (#1649)8eb1f6a
Bump@babel/traverse
from 7.20.5 to 7.24.0 (#1642)556e4c3
Bump tough-cookie from 4.0.0 to 4.1.3 (#1406)b32f140
Warn on attempts to publishtest-ubuntu-git
from non-main branch. (#1623)2650dbd
Givetest-ubuntu-git
its ownREADME
(#1620)aadec89
Explicitly disable sparse checkout unless asked for (#1598)df0bcdd
Refine workflow for generatingtest-ubuntu-git
(#1617)473055b
Createtest-ubuntu-git
Docker Container for Proxy Tests (#1616)b4ffde6
Link to release page from what's new section (#1514)8530928
Correct link to GitHub Docs (#1511)Updates
EmbarkStudios/cargo-deny-action
from 1.5.5 to 1.6.2Release notes
Sourced from EmbarkStudios/cargo-deny-action's releases.
Commits
b01e7a8
Bump to 0.14.1964015a6
Bump to 0.14.16c3a7e67
Bump to 0.14.1578eae4c
Stick with v1 for now35ded44
Update to v2c4068a9
Prep release (#75)68cd9c5
Add actual testing of the changes in a PR (#72)549bc52
Add manifest-path variable (#70)c86e4a9
Add wasm-oidc-plugin (#69)5def368
Bump to 0.14.11Updates
docker/login-action
from 3.0.0 to 3.1.0Release notes
Sourced from docker/login-action's releases.
Commits
e92390c
Merge pull request #685 from docker/dependabot/npm_and_yarn/aws-sdk-dependenc...1e752e2
chore: update generated content51c6097
build(deps): bump the aws-sdk-dependencies group with 2 updates8f079fb
Merge pull request #676 from docker/dependabot/npm_and_yarn/proxy-agent-depen...16fa768
chore: update generated content46d1619
build(deps): bump the proxy-agent-dependencies group with 2 updates8c291c5
Merge pull request #682 from docker/dependabot/npm_and_yarn/docker/actions-to...ec726f4
build(deps): bump@docker/actions-toolkit
from 0.14.0 to 0.18.05139682
Merge pull request #677 from docker/dependabot/npm_and_yarn/undici-5.28.36d4e2ba
chore: update generated contentUpdates
docker/metadata-action
from 5.0.0 to 5.5.1Release notes
Sourced from docker/metadata-action's releases.
Commits
8e5442c
Merge pull request #382 from crazy-max/dont-set-cwd-prefixeda41b7
chore: update generated content388c08f
don't set cwd:// prefix for local bake filesdbef880
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...Updates
docker/build-push-action
from 5.0.0 to 5.3.0Release notes
Sourced from docker/build-push-action's releases.
Commits
2cdde99
Merge pull request #1080 from docker/dependabot/npm_and_yarn/docker/actions-t...008747a
chore: update generated content1580753
chore(deps): Bump@docker/actions-toolkit
from 0.18.0 to 0.19.02a7db1d
Merge pull request #1075 from crazy-max/ci-multi-output35e7dd5
ci: test multi outputaf5a7ed
Merge pull request #1074 from crazy-max/build-cmd-debug2a85189
chore: update generated content6c20794
disable quotes detection for "outputs" inputafdf0c0
chore: debug build cmd and args00ae31a
Merge pull request #1070 from docker/dependabot/npm_and_yarn/docker/actions-t...Updates
peter-evans/dockerhub-description
from 3.4.2 to 4.0.0Release notes
Sourced from peter-evans/dockerhub-description's releases.
... (truncated)
Commits
e98e4d1
feat: update runtime to node 20 (#246)487b453
build(deps-dev): bump@types/node
from 16.18.70 to 16.18.73 (#245)f4367f9
build(deps-dev): bump prettier from 3.2.2 to 3.2.4 (#244)48ae68f
build(deps-dev): bump@types/node
from 16.18.69 to 16.18.70 (#241)dfc61b8
build(deps-dev): bump prettier from 3.1.1 to 3.2.2 (#243)74967fb
build(deps-dev): bump eslint-plugin-prettier from 5.1.2 to 5.1.3 (#242)7ea9d27
build(deps-dev): bump@types/node
from 16.18.68 to 16.18.69 (#240)7bc76ab
build(deps-dev): bump eslint-plugin-prettier from 5.0.1 to 5.1.2 (#239)5a219e7
build(deps): bump actions/download-artifact from 3 to 4 (#236)fb37f44
build(deps-dev): bump eslint from 8.55.0 to 8.56.0 (#238)Updates
fsfe/reuse-action
from 2 to 3Release notes
Sourced from fsfe/reuse-action's releases.
Commits
a46482c
Merge pull request #28 from fsfe/reuse-v3cd6bf02
test all major versions in workflow577d39f
bump to reuse-tool major version 34a900d3
Merge pull request #25 from ChristianTackeGSI/main1e652d5
chore: upgrade checkout step to v49522816
rename master -> mainc1c6c29
Merge pull request #23 from fsfe/ci-expand-tests7247931
improve and extend CI pipelineUpdates
github/codeql-action
from 2.22.5 to 3.24.10Changelog
Sourced from github/codeql-action's changelog.
... (truncated)
Commits
4355270
Merge pull request #2226 from github/update-v3.24.10-7df281f2f3f041c5
Update changelog for v3.24.107df281f
Gracefully continue ifcreateStatusReportBase
throws (#2225)f421cda
Run integration test PR checks nightly (#2222)5f535de
Merge pull request #2221 from github/nickfyson/upload-logging278465c
Merge pull request #2219 from github/update-bundle/codeql-bundle-v2.17.065e69c8
Merge branch 'main' into update-bundle/codeql-bundle-v2.17.0c037115
clarify logging in response to pr review commentsd3c32a8
fix test to respect updated logging behaviour2654062
Merge branch 'main' into nickfyson/upload-loggingUpdates
actions/upload-artifact
from 3.1.2 to 4.3.1Release notes
Sourced from
dependabot[bot]
commented
7 months ago
Superseded by #290.