Skip to content

Commit

Permalink
Updated scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Jan 29, 2024
1 parent 8947b7e commit f463cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/sarif/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
- if: inputs.REPO_VISIBILITY == 'public' && env.SARIF_HASH != ''
name: "Upload SARIF file for diagnostics"
id: sarif
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
continue-on-error: true
with:
sarif_file: ${{github.workspace}}/results
Expand Down

0 comments on commit f463cc2

Please sign in to comment.