Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge releases/v3 into releases/v2 #2210

Merged
merged 23 commits into from
Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
4b2a786
Update changelog and version after v3.24.8
github-actions[bot] Mar 18, 2024
6a57a86
Update checked-in dependencies
github-actions[bot] Mar 18, 2024
423a04b
Merge pull request #2201 from github/mergeback/v3.24.8-to-main-05963f47
henrymercer Mar 18, 2024
dfb0fd0
Update default bundle to codeql-bundle-v2.16.5
github-actions[bot] Mar 18, 2024
66736a1
Bump the npm group with 3 updates
dependabot[bot] Mar 18, 2024
ea1261a
Update checked-in dependencies
github-actions[bot] Mar 18, 2024
1aae1e7
Bump the actions-setup-swift group (#2204)
dependabot[bot] Mar 18, 2024
294b6df
Merge pull request #2205 from github/dependabot/npm_and_yarn/npm-3e6f…
angelapwen Mar 18, 2024
7f375ae
Wrap configuration errors for all CLI commands
henrymercer Mar 19, 2024
4aca720
Improve error message when using build modes and autobuild fails
henrymercer Mar 20, 2024
c84e4c8
Mark some more processing errors as invalid SARIF upload requests
henrymercer Mar 20, 2024
9c0c35b
Merge pull request #2206 from github/henrymercer/improved-autobuild-e…
henrymercer Mar 20, 2024
964f5e7
Merge pull request #2207 from github/henrymercer/more-processing-erro…
henrymercer Mar 20, 2024
9cf4574
Add changelog note
github-actions[bot] Mar 21, 2024
a3ab02e
Merge branch 'main' into update-bundle/codeql-bundle-v2.16.5
aibaars Mar 21, 2024
09d4101
Merge pull request #2203 from github/update-bundle/codeql-bundle-v2.16.5
aibaars Mar 21, 2024
6505708
Update changelog for v3.24.9
github-actions[bot] Mar 22, 2024
1b1aada
Merge pull request #2208 from github/update-v3.24.9-09d4101d2
aibaars Mar 22, 2024
0b21c94
Revert "Update version and changelog for v2.24.8"
github-actions[bot] Mar 22, 2024
72d46cb
Revert "Update checked-in dependencies"
github-actions[bot] Mar 22, 2024
763babe
Merge remote-tracking branch 'origin/releases/v3' into backport-v2.24…
github-actions[bot] Mar 22, 2024
abca38c
Update version and changelog for v2.24.9
github-actions[bot] Mar 22, 2024
61ddd48
Update checked-in dependencies
github-actions[bot] Mar 22, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/actions/setup-swift/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runs:
fi
echo "version=$VERSION" | tee -a $GITHUB_OUTPUT

- uses: swift-actions/setup-swift@cdbe0f7f4c77929b6580e71983e8606e55ffe7e4 # Please update the corresponding SHA in the CLI's CodeQL Action Integration Test.
- uses: swift-actions/setup-swift@e1dca7c4a36344146bbc2803f0d538462477bb37 # Please update the corresponding SHA in the CLI's CodeQL Action Integration Test.
if: runner.os == 'Linux' && steps.get_swift_version.outputs.version != 'null'
with:
swift-version: "${{ steps.get_swift_version.outputs.version }}"
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th

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.

## 3.24.9 - 22 Mar 2024

- Update default CodeQL bundle version to 2.16.5. [#2203](https://github.com/github/codeql-action/pull/2203)

## 2.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](https://github.com/github/codeql-action/pull/2195)
Expand Down
19 changes: 18 additions & 1 deletion lib/analyze.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/analyze.js.map

Large diffs are not rendered by default.

61 changes: 19 additions & 42 deletions lib/codeql.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/codeql.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions lib/defaults.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"bundleVersion": "codeql-bundle-v2.16.4",
"cliVersion": "2.16.4",
"priorBundleVersion": "codeql-bundle-v2.16.3",
"priorCliVersion": "2.16.3"
"bundleVersion": "codeql-bundle-v2.16.5",
"cliVersion": "2.16.5",
"priorBundleVersion": "codeql-bundle-v2.16.4",
"priorCliVersion": "2.16.4"
}
5 changes: 3 additions & 2 deletions lib/upload-lib.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.