Skip to content

Commit

Permalink
Merge pull request #1084 from github/cklin/codeql-bundle-2.9.3
Browse files Browse the repository at this point in the history
Update default CodeQL to 2.9.3
  • Loading branch information
cklin committed May 31, 2022
2 parents 822fe5e + b36688d commit dbe6f21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -2,7 +2,7 @@

## [UNRELEASED]

No user facing changes.
- Update default CodeQL bundle version to 2.9.3. [#1084](https://github.com/github/codeql-action/pull/1084)

## 2.1.11 - 17 May 2022

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

0 comments on commit dbe6f21

Please sign in to comment.