There was an error while loading. Please reload this page.
1 parent 9bdf113 commit 1017659Copy full SHA for 1017659
1 file changed
.github/workflows/vulnerability-triage.yml
@@ -940,7 +940,7 @@ jobs:
940
REPOSITORY: ${{ github.repository }}
941
TEAM_UUID: ${{ steps.match.outputs.team_uuid }}
942
DONE_STATE_ID: ${{ steps.match.outputs.done_state_id }}
943
- SKIP_CODEQL: ${{ inputs.skip_codeql }}
+ SKIP_CODEQL: ${{ inputs.skip_codeql || false }}
944
run: |
945
set -euo pipefail
946
# The job only reaches this step after every configured scanner
0 commit comments