Skip to content

Commit

Permalink
[Actions] Updated .github/actions/sarif/action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Nov 6, 2024
1 parent 40a239f commit 5b8b85b
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@v3
uses: github/codeql-action/upload-sarif@v3.27.0
continue-on-error: true
with:
sarif_file: ${{github.workspace}}/results
Expand Down

0 comments on commit 5b8b85b

Please sign in to comment.