Skip to content

Commit b31df3f

Browse files
authored
Merge pull request #866 from github/hmakholm/pr/2.7.5
Bump CodeQL version to 2.7.5
2 parents b886234 + 776db51 commit b31df3f

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
@@ -8,6 +8,7 @@ No user facing changes.
88

99
- 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"`.
1010

11+
- Update default CodeQL bundle version to 2.7.5.
1112

1213
## 1.0.26 - 10 Dec 2021
1314

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-20220112"
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-20220112"
33
}

0 commit comments

Comments
 (0)