We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e05d112 commit 2b7bab2Copy full SHA for 2b7bab2
1 file changed
.github/workflows/MSVC_Analysis.yml
@@ -60,13 +60,13 @@ jobs:
60
61
# Upload SARIF file to GitHub Code Scanning Alerts
62
- name: Upload SARIF to GitHub
63
- uses: github/codeql-action/upload-sarif@v4
+ uses: github/codeql-action/upload-sarif@v3
64
with:
65
sarif_file: ${{ steps.run-analysis.outputs.sarif }}
66
67
# Upload SARIF file as an Artifact to download and view
68
- name: Upload SARIF as an Artifact
69
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
70
71
name: sarif-file
72
path: ${{ steps.run-analysis.outputs.sarif }}
0 commit comments