Skip to content

Commit 0f493a0

Browse files
authored
Update action versions (#2675)
For the CodeQL action in particular, this fixes a deprecation warning: ``` CodeQL Action v3 will be deprecated in December 2026. Please update all occurrences of the CodeQL Action in your workflow files to v4. For more information, see https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/ ```
1 parent 742fef1 commit 0f493a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/code-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
# Checkout the repository to the GitHub Actions runner
2020
- name: Checkout code
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v6
2222

2323
- name: PowerShell Module Cache
2424
uses: potatoqualitee/psmodulecache@v6.2.1
@@ -38,7 +38,7 @@ jobs:
3838
3939
# Upload the SARIF file generated in the previous step
4040
- name: Upload SARIF results file
41-
uses: github/codeql-action/upload-sarif@v3
41+
uses: github/codeql-action/upload-sarif@v4
4242
with:
4343
sarif_file: results.sarif
4444
# codeql:

0 commit comments

Comments
 (0)