Skip to content

Commit

Permalink
Revert "Start waiting for processing by default."
Browse files Browse the repository at this point in the history
This reverts commit b661ef1.
  • Loading branch information
Chris Gavin committed Jan 21, 2022
1 parent c0b507e commit 713eacd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion analyze/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ inputs:
wait-for-processing:
description: If true, the Action will wait for the uploaded SARIF to be processed before completing.
required: true
default: "true"
default: "false"
token:
default: ${{ github.token }}
matrix:
Expand Down
2 changes: 1 addition & 1 deletion upload-sarif/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ inputs:
wait-for-processing:
description: If true, the Action will wait for the uploaded SARIF to be processed before completing.
required: true
default: "true"
default: "false"
runs:
using: 'node12'
main: '../lib/upload-sarif-action.js'

0 comments on commit 713eacd

Please sign in to comment.