mirror of
https://github.com/github/codeql-action.git
synced 2025-12-06 07:48:17 +08:00
Start waiting for processing by default.
This commit is contained in:
@@ -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: "false"
|
||||
default: "true"
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: '../lib/upload-sarif-action.js'
|
||||
|
||||
Reference in New Issue
Block a user