Skip to content

Commit 954fa9c

Browse files
committed
ci: 更新 CodeQL 版本v4;
1 parent 88139fd commit 954fa9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/qt-build-test.yml

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

3737
- name: Initialize CodeQL (only on Linux)
3838
if: ${{ matrix.os == 'ubuntu-latest' }}
39-
uses: github/codeql-action/init@v3
39+
uses: github/codeql-action/init@v4
4040
with:
4141
languages: cpp
4242

@@ -76,7 +76,7 @@ jobs:
7676

7777
- name: Perform CodeQL analysis (produce SARIF)
7878
if: ${{ matrix.os == 'ubuntu-latest' }}
79-
uses: github/codeql-action/analyze@v3
79+
uses: github/codeql-action/analyze@v4
8080
with:
8181
output: codeql-results
8282
upload: false
@@ -107,7 +107,7 @@ jobs:
107107

108108
- name: Upload filtered SARIF to GitHub Code Scanning
109109
if: ${{ matrix.os == 'ubuntu-latest' }}
110-
uses: github/codeql-action/upload-sarif@v3
110+
uses: github/codeql-action/upload-sarif@v4
111111
with:
112112
sarif_file: codeql-results/cpp.sarif
113113

0 commit comments

Comments
 (0)