Skip to content

Commit 763c4fe

Browse files
CI: Update codeql-action 2-> 4 (#682)
1 parent 59b0626 commit 763c4fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

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

5151
# Initializes the CodeQL tools for scanning.
5252
- name: Initialize CodeQL
53-
uses: github/codeql-action/init@v2
53+
uses: github/codeql-action/init@v4
5454
with:
5555
languages: ${{ matrix.language }}
5656
config-file: ./.github/codeql/codeql-config.yml
@@ -67,6 +67,6 @@ jobs:
6767
uses: ./.github/actions/dotnet-test-build
6868

6969
- name: Perform CodeQL Analysis
70-
uses: github/codeql-action/analyze@v2
70+
uses: github/codeql-action/analyze@v4
7171
with:
7272
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)