Fix sarif-ids format not matching documentation

This commit is contained in:
Michael B. Gale
2025-09-26 14:02:53 +01:00
parent 4c60b18145
commit 0e1ad534f3
4 changed files with 13 additions and 11 deletions
+1 -1
View File
@@ -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