Skip to content

Commit bd2ba8d

Browse files
committed
Upgrade to v2
1 parent 2b42bf0 commit bd2ba8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
gh release download --pattern 'codeql-bundle.tar.gz'
2424
2525
- name: CodeQL Initialize
26-
uses: github/codeql-action/init@v1
26+
uses: github/codeql-action/init@v2
2727
with:
2828
tools: codeql-bundle.tar.gz
2929

3030
- name: CodeQL Analyze
31-
uses: github/codeql-action/analyze@v1
31+
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)