Skip to content

Commit 950d467

Browse files
committed
Upgrade CodeQL analysis action to version 4
1 parent 545904d commit 950d467

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
# Initializes the CodeQL tools for scanning.
5353
- name: Initialize CodeQL
54-
uses: github/codeql-action/init@v3
54+
uses: github/codeql-action/init@v4
5555
with:
5656
languages: ${{ matrix.language }}
5757
build-mode: ${{ matrix.build-mode }}
@@ -83,7 +83,7 @@ jobs:
8383
make
8484
8585
- name: Perform CodeQL Analysis
86-
uses: github/codeql-action/analyze@v3
86+
uses: github/codeql-action/analyze@v4
8787
with:
8888
category: "/language:${{matrix.language}}"
8989

0 commit comments

Comments
 (0)