Skip to content

Commit 09e7409

Browse files
authored
Cheating: update CQL to v3
1 parent 14bf5db commit 09e7409

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
with:
2121
fetch-depth: 2
2222
- name: Initialize CodeQL
23-
uses: github/codeql-action/init@v2
23+
uses: github/codeql-action/init@v3
2424
with:
2525
languages: javascript
2626
- name: Autobuild
27-
uses: github/codeql-action/autobuild@v2
27+
uses: github/codeql-action/autobuild@v3
2828
- name: Perform CodeQL Analysis
29-
uses: github/codeql-action/analyze@v2
29+
uses: github/codeql-action/analyze@v3
3030

3131
analyze:
3232
name: Analyze JS and Ruby

0 commit comments

Comments
 (0)