Skip to content

Commit e095058

Browse files
Merge pull request #828 from github/update-v1.0.24-0b242db7
Merge main into v1
2 parents a627e9f + 2c99f99 commit e095058

23 files changed

+226
-41
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ jobs:
1111
steps:
1212
- name: Checkout repository
1313
uses: actions/checkout@v2
14-
with:
15-
persist-credentials: false
1614

1715
- name: Remove PR label
1816
env:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CodeQL Action and CodeQL Runner Changelog
22

3+
## 1.0.24 - 23 Nov 2021
4+
5+
- Update default CodeQL bundle version to 2.7.2. [#827](https://github.com/github/codeql-action/pull/827)
6+
37
## 1.0.23 - 16 Nov 2021
48

59
- The `upload-sarif` action now allows multiple uploads in a single job, as long as they have different categories. [#801](https://github.com/github/codeql-action/pull/801)

analyze/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ inputs:
5252
description: Whether to upload the resulting CodeQL database
5353
required: false
5454
default: "true"
55+
wait-for-processing:
56+
description: If true, the Action will wait for the uploaded SARIF to be processed before completing.
57+
required: true
58+
default: "false"
5559
token:
5660
default: ${{ github.token }}
5761
matrix:

lib/analyze-action.js

Lines changed: 11 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/analyze-action.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-20211115"
2+
"bundleVersion": "codeql-bundle-20211122"
33
}

0 commit comments

Comments
 (0)