We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6edc8b commit df1b77eCopy full SHA for df1b77e
.github/workflows/code-ql.yml
@@ -21,8 +21,8 @@ jobs:
21
22
# Initializes the CodeQL tools for scanning.
23
- name: Initialize CodeQL
24
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
25
with:
26
languages: javascript
27
- name: Perform CodeQL Analysis
28
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
0 commit comments