Skip to content

Commit 8ce91cf

Browse files
authored
Merge pull request #3837 from GitTools/dependabot/github_actions/github/codeql-action-3
(build deps): bump github/codeql-action from 2 to 3
2 parents 15b88f8 + 3e0f4e7 commit 8ce91cf

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@v2
57+
uses: github/codeql-action/init@v3
5858
with:
5959
languages: ${{ matrix.language }}
6060

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

8585
- name: Perform CodeQL Analysis
86-
uses: github/codeql-action/analyze@v2
86+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)