Skip to content

Commit a8a015b

Browse files
committed
ci: codeql: Update action version to v4
1 parent b863049 commit a8a015b

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
@@ -49,9 +49,8 @@ jobs:
4949
ns-make-tools install
5050
ns-make-libs install
5151
52-
# Initializes the CodeQL tools for scanning.
5352
- name: Initialize CodeQL
54-
uses: github/codeql-action/init@v3
53+
uses: github/codeql-action/init@v4
5554
with:
5655
languages: ${{ matrix.language }}
5756

@@ -62,4 +61,4 @@ jobs:
6261
make -j"$(nproc)"
6362
6463
- name: Perform CodeQL Analysis
65-
uses: github/codeql-action/analyze@v3
64+
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)