Skip to content

Commit 8a8005f

Browse files
authored
Merge pull request #709 from GitCredentialManager/dependabot/github_actions/github/codeql-action-2
build(deps): bump github/codeql-action from 1 to 2
2 parents 731f2db + b1f6579 commit 8a8005f

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
@@ -29,12 +29,12 @@ jobs:
2929

3030
# Initializes the CodeQL tools for scanning.
3131
- name: Initialize CodeQL
32-
uses: github/codeql-action/init@v1
32+
uses: github/codeql-action/init@v2
3333
with:
3434
languages: ${{ matrix.language }}
3535

3636
- run: |
3737
dotnet build
3838
3939
- name: Perform CodeQL Analysis
40-
uses: github/codeql-action/analyze@v1
40+
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)