Skip to content

Commit

Permalink
Update .github/workflows/build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
janisz authored Jul 18, 2024
1 parent 8073179 commit 4288dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
run: |
set -ex
schema=$(jq -r '.["$schema"]' results.sarif)
[ "$schema" = https://raw.githubusercontent.com/oasis-tcs/sarif-spec/main/Schemata/sarif-schema-2.1.0.json ]
[ "$schema" = https://raw.githubusercontent.com/oasis-tcs/sarif-spec/main/schema/sarif-schema-2.1.0.json ]
./yajsv -s ./scripts/sarif/sarif-schema-2.1.0.json results.sarif
- name: Upload SARIF output file to GitHub
Expand Down

0 comments on commit 4288dbc

Please sign in to comment.