We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73b0f8d + cea9e08 commit a2c88a0Copy full SHA for a2c88a0
.github/workflows/codeql-analysis.yml
@@ -49,7 +49,7 @@ jobs:
49
with:
50
swap-size-gb: 10
51
- name: Initialize CodeQL
52
- uses: github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
+ uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
53
54
languages: ${{ matrix.language }}
55
- name: Set up JDK 17
@@ -63,4 +63,4 @@ jobs:
63
echo "org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError" > "$HOME/.gradle/gradle.properties"
64
./gradlew assembleDebug
65
- name: Perform CodeQL Analysis
66
- uses: github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
+ uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
0 commit comments