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 aed2cf7 commit 8f4f070Copy full SHA for 8f4f070
.github/workflows/codeql-analysis.yml
@@ -41,7 +41,7 @@ jobs:
41
gradle-home-cache-cleanup: true
42
43
- name: Initialize CodeQL
44
- uses: github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # pin@v2
+ uses: github/codeql-action/init@df409f7d9260372bd5f19e5b04e83cb3c43714ae # pin@v2
45
with:
46
languages: ${{ matrix.language }}
47
@@ -55,4 +55,4 @@ jobs:
55
./gradlew buildForCodeQL
56
57
- name: Perform CodeQL Analysis
58
- uses: github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # pin@v2
+ uses: github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae # pin@v2
0 commit comments