Skip to content

Commit 1017659

Browse files
committed
fix: default skipped CodeQL state explicitly
1 parent 9bdf113 commit 1017659

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/vulnerability-triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,7 @@ jobs:
940940
REPOSITORY: ${{ github.repository }}
941941
TEAM_UUID: ${{ steps.match.outputs.team_uuid }}
942942
DONE_STATE_ID: ${{ steps.match.outputs.done_state_id }}
943-
SKIP_CODEQL: ${{ inputs.skip_codeql }}
943+
SKIP_CODEQL: ${{ inputs.skip_codeql || false }}
944944
run: |
945945
set -euo pipefail
946946
# The job only reaches this step after every configured scanner

0 commit comments

Comments
 (0)