We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9131b9f commit bc4a3dfCopy full SHA for bc4a3df
.github/workflows/codeql.yml
@@ -36,7 +36,7 @@ jobs:
36
java-version: 21
37
# Initializes the CodeQL tools for scanning.
38
- name: Initialize CodeQL
39
- uses: github/codeql-action/init@2f93e4319b2f04a2efc38fa7f78bd681bc3f7b2f
+ uses: github/codeql-action/init@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0
40
with:
41
languages: ${{ matrix.language }}
42
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -52,4 +52,4 @@ jobs:
52
run: |
53
JAVA_OPTS="-Xmx2048M" ./gradlew --no-scan compileJava
54
- name: Perform CodeQL Analysis
55
- uses: github/codeql-action/analyze@2f93e4319b2f04a2efc38fa7f78bd681bc3f7b2f
+ uses: github/codeql-action/analyze@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0
0 commit comments