We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b507e commit 713eacdCopy full SHA for 713eacd
analyze/action.yml
@@ -55,7 +55,7 @@ inputs:
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: "true"
+ default: "false"
59
token:
60
default: ${{ github.token }}
61
matrix:
upload-sarif/action.yml
@@ -23,7 +23,7 @@ inputs:
23
24
25
26
27
runs:
28
using: 'node12'
29
main: '../lib/upload-sarif-action.js'
0 commit comments