Skip to content

Commit d2d14ad

Browse files
authored
Merge branch 'main' into henrymercer/handle-merge-conflicts-in-releases
2 parents 2b8fdb3 + 95b49c3 commit d2d14ad

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- Add `working-directory` input to the `autobuild` action. [#1024](https://github.com/github/codeql-action/pull/1024)
66
- 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"`. [#1007](https://github.com/github/codeql-action/pull/1007)
7+
- Update default CodeQL bundle version to 2.9.0.
78

89
## 2.1.8 - 08 Apr 2022
910

lib/defaults.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"bundleVersion": "codeql-bundle-20220401"
2+
"bundleVersion": "codeql-bundle-20220421"
33
}

src/defaults.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"bundleVersion": "codeql-bundle-20220401"
2+
"bundleVersion": "codeql-bundle-20220421"
33
}

0 commit comments

Comments
 (0)