Skip to content

Commit 67c0353

Browse files
Merge pull request #878 from github/revert-wait-for-processing
Revert "Start waiting for processing by default."
2 parents c0b507e + 7ec25e0 commit 67c0353

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [UNRELEASED]
44

5-
No user facing changes.
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.
66

77
## 1.0.28 - 18 Jan 2022
88

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:

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)