Skip to content

Commit

Permalink
Merge pull request #866 from github/hmakholm/pr/2.7.5
Browse files Browse the repository at this point in the history
Bump CodeQL version to 2.7.5
  • Loading branch information
hmakholm committed Jan 17, 2022
2 parents b886234 + 776db51 commit b31df3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,7 @@ No user facing changes.

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

- Update default CodeQL bundle version to 2.7.5.

## 1.0.26 - 10 Dec 2021

Expand Down
2 changes: 1 addition & 1 deletion lib/defaults.json
@@ -1,3 +1,3 @@
{
"bundleVersion": "codeql-bundle-20211208"
"bundleVersion": "codeql-bundle-20220112"
}
2 changes: 1 addition & 1 deletion src/defaults.json
@@ -1,3 +1,3 @@
{
"bundleVersion": "codeql-bundle-20211208"
"bundleVersion": "codeql-bundle-20220112"
}

0 comments on commit b31df3f

Please sign in to comment.