Skip to content

Commit 719cc5f

Browse files
authored
Merge pull request #4687 from GitTools/dependabot/github_actions/github/codeql-action-4
(build deps): Bump github/codeql-action from 3 to 4
2 parents 5310b31 + b127d68 commit 719cc5f

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
@@ -54,7 +54,7 @@ jobs:
5454
fetch-depth: 0
5555

5656
- name: Initialize CodeQL
57-
uses: github/codeql-action/init@v3
57+
uses: github/codeql-action/init@v4
5858
with:
5959
languages: ${{ matrix.language }}
6060

@@ -82,4 +82,4 @@ jobs:
8282
run: dotnet run/build.dll --target=BuildPrepare --exclusive
8383

8484
- name: Perform CodeQL Analysis
85-
uses: github/codeql-action/analyze@v3
85+
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)