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 e5d3cff commit 72a94feCopy full SHA for 72a94fe
.github/workflows/codeql.yml
@@ -17,15 +17,15 @@ jobs:
17
18
# Initializes the CodeQL tools for scanning.
19
- name: Initialize CodeQL
20
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
21
# Override language selection by uncommenting this and choosing your languages
22
with:
23
languages: javascript
24
25
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
26
# If this step fails, then you should remove it and run the build manually (see below)
27
- name: Autobuild
28
- uses: github/codeql-action/autobuild@v2
+ uses: github/codeql-action/autobuild@v3
29
30
- name: Perform CodeQL Analysis
31
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
0 commit comments