Skip to content

Commit 244f560

Browse files
committedJul 25, 2024
Fix warning in build
1 parent bedc1fb commit 244f560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎.github/workflows/msvc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ jobs:
5555

5656
# Upload SARIF file to GitHub Code Scanning Alerts
5757
- name: Upload SARIF to GitHub
58-
uses: github/codeql-action/upload-sarif@v2
58+
uses: github/codeql-action/upload-sarif@v3
5959
with:
6060
sarif_file: ${{ steps.run-analysis.outputs.sarif }}

0 commit comments

Comments
 (0)