Skip to content

Commit b8edd37

Browse files
authored
Cheating: update analyze job
1 parent edb4a2e commit b8edd37

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ jobs:
4747

4848
# Initializes the CodeQL tools for scanning.
4949
- name: Initialize CodeQL
50-
uses: github/codeql-action/init@v2
50+
uses: github/codeql-action/init@v3
5151
with:
5252
languages: javascript, ruby
5353

5454
# Actually perform an analysis
5555
- name: Perform CodeQL Analysis
56-
uses: github/codeql-action/analyze@v2
56+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)