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 8bf2573 commit 644d552Copy full SHA for 644d552
1 file changed
.github/workflows/codeql.yml
@@ -29,14 +29,14 @@ jobs:
29
distribution: temurin
30
- uses: sbt/setup-sbt@6c68d2fe8dfbc0a0534d70101baa2e0420e1a506 # v1.1.9
31
- name: Initialize CodeQL
32
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
33
with:
34
languages: ${{ matrix.language }}
35
build-mode: ${{ matrix.build-mode }}
36
- if: matrix.build-mode == 'manual'
37
# TODO compile only, avoid running tests
38
run: java src/Builder.java
39
- name: Perform CodeQL Analysis
40
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
41
42
category: "/language:${{matrix.language}}"
0 commit comments