Skip to content

Commit

Permalink
[Dependencies] - Update .github/actions/sarif/action.yml to match the…
Browse files Browse the repository at this point in the history
… template repo
  • Loading branch information
credfeto committed Dec 23, 2023
1 parent 31127f1 commit 2532153
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/sarif/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ runs:
name: "Upload SARIF file for diagnostics"
id: sarif
uses: github/codeql-action/upload-sarif@v2
continue-on-error: true
with:
sarif_file: ${{github.workspace}}/results
token: ${{github.token}}
Expand All @@ -34,6 +35,7 @@ runs:
- if: inputs.REPO_VISIBILITY == 'public' && env.SARIF_HASH != ''
name: "Sarif Upload Summary"
uses: actions/[email protected]
continue-on-error: true
with:
script: |
core.info('Sarif Upload Completed');
Expand Down

0 comments on commit 2532153

Please sign in to comment.