From 713eacdf6ca744d3fb44f3717293a4d49891f028 Mon Sep 17 00:00:00 2001 From: Chris Gavin Date: Fri, 21 Jan 2022 10:00:09 +0000 Subject: [PATCH] Revert "Start waiting for processing by default." This reverts commit b661ef1697d555e1f2ab5c42d3c60b5bb71b6cf2. --- analyze/action.yml | 2 +- upload-sarif/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/analyze/action.yml b/analyze/action.yml index 104311272..50c8b3d31 100644 --- a/analyze/action.yml +++ b/analyze/action.yml @@ -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: diff --git a/upload-sarif/action.yml b/upload-sarif/action.yml index ee87c6ec1..3f26f099b 100644 --- a/upload-sarif/action.yml +++ b/upload-sarif/action.yml @@ -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'