Skip to content

Commit 713eacd

Browse files
committed
Revert "Start waiting for processing by default."
This reverts commit b661ef1.
1 parent c0b507e commit 713eacd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)