Skip to content

Commit 9ab5d16

Browse files
authored
Merge pull request #2312 from github/update-bundle/codeql-bundle-v2.17.4
Update default bundle to 2.17.4
2 parents 9550da9 + 028346e commit 9ab5d16

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Note that the only difference between `v2` and `v3` of the CodeQL Action is the
77
## [UNRELEASED]
88

99
- We are rolling out a feature in May/June 2024 that will reduce the Actions cache usage of the Action by keeping only the newest TRAP cache for each language. [#2306](https://github.com/github/codeql-action/pull/2306)
10+
- Update default CodeQL bundle version to 2.17.4. [#2312](https://github.com/github/codeql-action/pull/2312)
1011

1112
## 3.25.6 - 20 May 2024
1213

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.17.3",
3-
"cliVersion": "2.17.3",
4-
"priorBundleVersion": "codeql-bundle-v2.17.2",
5-
"priorCliVersion": "2.17.2"
2+
"bundleVersion": "codeql-bundle-v2.17.4",
3+
"cliVersion": "2.17.4",
4+
"priorBundleVersion": "codeql-bundle-v2.17.3",
5+
"priorCliVersion": "2.17.3"
66
}

Diff for: src/defaults.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-v2.17.3",
3-
"cliVersion": "2.17.3",
4-
"priorBundleVersion": "codeql-bundle-v2.17.2",
5-
"priorCliVersion": "2.17.2"
2+
"bundleVersion": "codeql-bundle-v2.17.4",
3+
"cliVersion": "2.17.4",
4+
"priorBundleVersion": "codeql-bundle-v2.17.3",
5+
"priorCliVersion": "2.17.3"
66
}

0 commit comments

Comments
 (0)