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.
2 parents 7b5c1f5 + 3bbff6d commit 20133e4Copy full SHA for 20133e4
1 file changed
.github/workflows/codeql.yml
@@ -32,7 +32,7 @@ jobs:
32
with:
33
swap-size-gb: 10
34
- name: Initialize CodeQL
35
- uses: github/codeql-action/init@3ebbd71c74ef574dbc558c82f70e52732c8b44fe # v2.2.1
+ uses: github/codeql-action/init@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2.2.4
36
37
languages: ${{ matrix.language }}
38
- name: Set up JDK
@@ -46,4 +46,4 @@ jobs:
46
echo "org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError" > "$HOME/.gradle/gradle.properties"
47
./gradlew assembleDebug
48
- name: Perform CodeQL Analysis
49
- uses: github/codeql-action/analyze@3ebbd71c74ef574dbc558c82f70e52732c8b44fe # v2.2.1
+ uses: github/codeql-action/analyze@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2.2.4
0 commit comments