Skip to content

Commit 384cfc4

Browse files
Merge pull request #879 from github/update-v1.0.29-67c0353a
Merge main into v1
2 parents 8a4b243 + 5a1e31d commit 384cfc4

File tree

8 files changed

+12
-8
lines changed

8 files changed

+12
-8
lines changed

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.29 - 21 Jan 2022
4+
5+
- The feature to wait for SARIF processing to complete after upload has been disabled by default due to a bug in its interaction with pull requests from forks.
6+
37
## 1.0.28 - 18 Jan 2022
48

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

analyze/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ inputs:
5555
wait-for-processing:
5656
description: If true, the Action will wait for the uploaded SARIF to be processed before completing.
5757
required: true
58-
default: "true"
58+
default: "false"
5959
token:
6060
default: ${{ github.token }}
6161
matrix:

node_modules/.package-lock.json

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

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codeql",
3-
"version": "1.0.28",
3+
"version": "1.0.29",
44
"private": true,
55
"description": "CodeQL action",
66
"scripts": {

runner/package-lock.json

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

runner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codeql-runner",
3-
"version": "1.0.28",
3+
"version": "1.0.29",
44
"private": true,
55
"description": "CodeQL runner",
66
"scripts": {

upload-sarif/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ inputs:
2323
wait-for-processing:
2424
description: If true, the Action will wait for the uploaded SARIF to be processed before completing.
2525
required: true
26-
default: "true"
26+
default: "false"
2727
runs:
2828
using: 'node12'
2929
main: '../lib/upload-sarif-action.js'

0 commit comments

Comments
 (0)