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 00b85ab commit 0f90506Copy full SHA for 0f90506
.github/workflows/codeql-analysis.yml
@@ -36,12 +36,13 @@ jobs:
36
java-version: 17.0.x
37
# Initializes the CodeQL tools for scanning.
38
- name: Initialize CodeQL
39
- uses: github/codeql-action/init@v2.2.12
+ uses: github/codeql-action/init@v2
40
with:
41
languages: ${{ matrix.language }}
42
+ tools: 'https://github.com/github/codeql-action/releases/download/codeql-bundle-v2.13.3/codeql-bundle-linux64.tar.gz'
43
44
- name: Autobuild
- uses: github/codeql-action/autobuild@v2.2.12
45
+ uses: github/codeql-action/autobuild@v2
46
47
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v2.2.12
48
+ uses: github/codeql-action/analyze@v2
0 commit comments