Skip to content

Commit 4d32633

Browse files
authored
Update GitHub Actions to use latest versions
1 parent 7aaced0 commit 4d32633

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/MSVC_Analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: Checkout repository
38-
uses: actions/checkout@v3
38+
uses: actions/checkout@v6
3939

4040
- name: Configure CMake
4141
run: cmake
@@ -60,13 +60,13 @@ jobs:
6060

6161
# Upload SARIF file to GitHub Code Scanning Alerts
6262
- name: Upload SARIF to GitHub
63-
uses: github/codeql-action/upload-sarif@v3
63+
uses: github/codeql-action/upload-sarif@v4
6464
with:
6565
sarif_file: ${{ steps.run-analysis.outputs.sarif }}
6666

6767
# Upload SARIF file as an Artifact to download and view
6868
- name: Upload SARIF as an Artifact
69-
uses: actions/upload-artifact@v4
69+
uses: actions/upload-artifact@v7
7070
with:
7171
name: sarif-file
7272
path: ${{ steps.run-analysis.outputs.sarif }}

0 commit comments

Comments
 (0)