Skip to content

Commit 0e0c5e4

Browse files
authored
fix(ci): update github action versions
1 parent 254b8c6 commit 0e0c5e4

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
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: windows-2022
2727
steps:
2828
- name: Git checkout
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030
with:
3131
submodules: 'recursive'
3232
- name: Generate solution (release-x64)
@@ -42,11 +42,11 @@ jobs:
4242
- name: Upload SARIF to GitHub
4343
# Can only upload SARIF if we don't come from a fork
4444
if: ${{ needs.condition-check.outputs.ok == 'true' }}
45-
uses: github/codeql-action/upload-sarif@v2
45+
uses: github/codeql-action/upload-sarif@v3
4646
with:
4747
sarif_file: ${{ steps.run-analysis.outputs.sarif }}
4848
- name: Upload SARIF as an Artifact
49-
uses: actions/upload-artifact@v2
49+
uses: actions/upload-artifact@v4
5050
with:
5151
name: sarif-file
5252
path: ${{ steps.run-analysis.outputs.sarif }}

0 commit comments

Comments
 (0)