Skip to content

Commit 544cd70

Browse files
2 parents 65f441a + 8ed2f73 commit 544cd70

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/scan-code.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@v3
3131

3232
- name: Initialize CodeQL
33-
uses: github/codeql-action/init@v1
33+
uses: github/codeql-action/init@v2
3434
with:
3535
languages: ${{ matrix.language }}
3636

@@ -43,4 +43,4 @@ jobs:
4343
run: dotnet build src/
4444

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

0 commit comments

Comments
 (0)