Skip to content

Commit

Permalink
Update main.yml (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
dark-vex committed Jan 31, 2024
1 parent c1f15f1 commit 223519a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
uses: github/codeql-action/upload-sarif@v3
if: success() || failure()
with:
sarif_file: ${{ github.workspace }}/sarif.json
sarif_file: ${{ steps.scan.outputs.sarifReport }}/sarif.json

# deploy:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 223519a

Please sign in to comment.