Skip to content

Commit 6ee65e1

Browse files
authored
Merge pull request #3099 from GitTools/dependabot/github_actions/github/codeql-action-2
(build deps): Bump github/codeql-action from 1 to 2
2 parents 0423197 + b4cfd20 commit 6ee65e1

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
@@ -38,7 +38,7 @@ jobs:
3838
fetch-depth: 0
3939

4040
- name: Initialize CodeQL
41-
uses: github/codeql-action/init@v1
41+
uses: github/codeql-action/init@v2
4242
with:
4343
languages: ${{ matrix.language }}
4444

@@ -70,4 +70,4 @@ jobs:
7070
run: dotnet run/build.dll --target=Build
7171

7272
- name: Perform CodeQL Analysis
73-
uses: github/codeql-action/analyze@v1
73+
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)