Skip to content

Commit 4df151e

Browse files
authored
Merge branch 'main' into angelapwen/deprecate-action-v2
2 parents a05a7eb + e83e0a4 commit 4df151e

File tree

176 files changed

+676
-3996
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

176 files changed

+676
-3996
lines changed

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th
55
## [UNRELEASED]
66

77
- CodeQL Action v2 is now deprecated, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v3. For more information, see [this changelog post](https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/). [#2677](https://github.com/github/codeql-action/pull/2677)
8+
- Update default CodeQL bundle version to 2.20.1. [#2678](https://github.com/github/codeql-action/pull/2678)
89

910
## 3.28.0 - 20 Dec 2024
1011

Diff for: lib/defaults.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-v2.20.0",
3-
"cliVersion": "2.20.0",
4-
"priorBundleVersion": "codeql-bundle-v2.19.4",
5-
"priorCliVersion": "2.19.4"
2+
"bundleVersion": "codeql-bundle-v2.20.1",
3+
"cliVersion": "2.20.1",
4+
"priorBundleVersion": "codeql-bundle-v2.20.0",
5+
"priorCliVersion": "2.20.0"
66
}

Diff for: lib/start-proxy-action.js

+4-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: lib/start-proxy-action.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)