Update msvc-codeanalysis.yml with newer action version

This commit is contained in:
Jan W. Krieger 2024-09-18 14:43:28 +02:00 committed by GitHub
parent 9b877f9ed6
commit d62e16a686
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ jobs:
- name: Install Qt - name: Install Qt
uses: jurplel/install-qt-action@v3 uses: jurplel/install-qt-action@v4
with: with:
version: '6.5.0' version: '6.5.0'
host: 'windows' host: 'windows'
@ -50,13 +50,13 @@ jobs:
# Upload SARIF file to GitHub Code Scanning Alerts # Upload SARIF file to GitHub Code Scanning Alerts
- name: Upload SARIF to GitHub - name: Upload SARIF to GitHub
uses: github/codeql-action/upload-sarif@v2 uses: github/codeql-action/upload-sarif@v3
with: with:
sarif_file: ${{ steps.run-analysis.outputs.sarif }} sarif_file: ${{ steps.run-analysis.outputs.sarif }}
# Upload SARIF file as an Artifact to download and view # Upload SARIF file as an Artifact to download and view
- name: Upload SARIF as an Artifact - name: Upload SARIF as an Artifact
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v4
with: with:
name: sarif-file name: sarif-file
path: ${{ steps.run-analysis.outputs.sarif }} path: ${{ steps.run-analysis.outputs.sarif }}