Skip to content

Commit

Permalink
Merge pull request #828 from github/update-v1.0.24-0b242db7
Browse files Browse the repository at this point in the history
Merge main into v1
  • Loading branch information
edoardopirovano committed Nov 23, 2021
2 parents a627e9f + 2c99f99 commit e095058
Show file tree
Hide file tree
Showing 23 changed files with 226 additions and 41 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/update-dependencies.yml
Expand Up @@ -11,8 +11,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
persist-credentials: false

- name: Remove PR label
env:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# CodeQL Action and CodeQL Runner Changelog

## 1.0.24 - 23 Nov 2021

- Update default CodeQL bundle version to 2.7.2. [#827](https://github.com/github/codeql-action/pull/827)

## 1.0.23 - 16 Nov 2021

- 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)
Expand Down
4 changes: 4 additions & 0 deletions analyze/action.yml
Expand Up @@ -52,6 +52,10 @@ inputs:
description: Whether to upload the resulting CodeQL database
required: false
default: "true"
wait-for-processing:
description: If true, the Action will wait for the uploaded SARIF to be processed before completing.
required: true
default: "false"
token:
default: ${{ github.token }}
matrix:
Expand Down
15 changes: 11 additions & 4 deletions lib/analyze-action.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/analyze-action.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/defaults.json
@@ -1,3 +1,3 @@
{
"bundleVersion": "codeql-bundle-20211115"
"bundleVersion": "codeql-bundle-20211122"
}

0 comments on commit e095058

Please sign in to comment.