Skip to content

Commit

Permalink
GitHub Actions: updated github/codeql-action/upload-sarif version to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMostDiligent committed Aug 25, 2024
1 parent 2be2192 commit ea6de99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msvc_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

# Upload SARIF file to GitHub Code Scanning Alerts
- name: Upload SARIF to GitHub
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: ${{ steps.run-analysis.outputs.sarif }}
checkout_path: ${{ github.workspace }}/DiligentFX
Expand Down

0 comments on commit ea6de99

Please sign in to comment.