We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b17287d + 29a6975 commit 81bf88bCopy full SHA for 81bf88b
1 file changed
.github/workflows/codeql.yml
@@ -22,9 +22,9 @@ jobs:
22
uses: actions/checkout@v3
23
24
- name: Initialize CodeQL
25
- uses: github/codeql-action/init@v1
+ uses: github/codeql-action/init@v2
26
with:
27
languages: typescript
28
29
- name: Perform CodeQL Analysis
30
- uses: github/codeql-action/analyze@v1
+ uses: github/codeql-action/analyze@v2
0 commit comments