Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
htrgouvea committed Nov 20, 2023
1 parent 06776b7 commit 42fb65c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- name: Verify the basic usage
run: |
perl zarn.pl --source . --sarif zarn.sarif
- uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: zarn.sarif
- uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: zarn.sarif

0 comments on commit 42fb65c

Please sign in to comment.