mirror of
https://github.com/github/codeql-action.git
synced 2026-05-07 14:20:19 +00:00
Fix sarif-ids format not matching documentation
This commit is contained in:
+1
-1
@@ -89,7 +89,7 @@ jobs:
|
||||
ref: refs/heads/main
|
||||
sha: 5e235361806c361d4d3f8859e3c897658025a9a2
|
||||
- name: Check output from `upload-sarif` step
|
||||
if: fromJSON(steps.upload-sarif.outputs.sarif-ids)[0].analysis != 'code-quality'
|
||||
if: !fromJSON(steps.upload-sarif.outputs.sarif-ids).code-quality
|
||||
run: exit 1
|
||||
env:
|
||||
CODEQL_ACTION_TEST_MODE: true
|
||||
|
||||
Reference in New Issue
Block a user