Skip to content

Commit d32295e

Browse files
committed
Bump CodeQL version to 2.7.5
1 parent 9763bdd commit d32295e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- The `analyze` and `upload-sarif` actions will now wait up to 2 minutes for processing to complete after they have uploaded the results so they can report any processing errors that occurred. This behavior can be disabled by setting the `wait-for-processing` action input to `"false"`.
66

7+
- Update default CodeQL bundle version to 2.7.5.
78

89
## 1.0.26 - 10 Dec 2021
910

lib/defaults.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"bundleVersion": "codeql-bundle-20211208"
2+
"bundleVersion": "codeql-bundle-20220104"
33
}

src/defaults.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"bundleVersion": "codeql-bundle-20211208"
2+
"bundleVersion": "codeql-bundle-20220104"
33
}

0 commit comments

Comments
 (0)