Skip to content

Commit c50c0fa

Browse files
committed
ci: codeql: Update action version to v4
1 parent e82041b commit c50c0fa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/static-analysis.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@ jobs:
4545
ns-clone -d -s
4646
ns-make-libs install
4747
48-
# Initializes the CodeQL tools for scanning.
4948
- name: Initialize CodeQL
50-
uses: github/codeql-action/init@v3
49+
uses: github/codeql-action/init@v4
5150
with:
5251
languages: ${{ matrix.language }}
5352

@@ -58,4 +57,4 @@ jobs:
5857
make -j"$(nproc)"
5958
6059
- name: Perform CodeQL Analysis
61-
uses: github/codeql-action/analyze@v3
60+
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)