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 08b072d commit b290db5Copy full SHA for b290db5
.github/workflows/codeql-analysis.yml
@@ -40,12 +40,12 @@ jobs:
40
${{ runner.os }}-gradle-
41
42
- name: Initialize CodeQL
43
- uses: github/codeql-action/init@32dc499307d133bb5085bae78498c0ac2cf762d5 # pin@v2
+ uses: github/codeql-action/init@16964e90ba004cdf0cd845b866b5df21038b7723 # pin@v2
44
with:
45
languages: ${{ matrix.language }}
46
47
- run: |
48
./gradlew assemble
49
50
- name: Perform CodeQL Analysis
51
- uses: github/codeql-action/analyze@32dc499307d133bb5085bae78498c0ac2cf762d5 # pin@v2
+ uses: github/codeql-action/analyze@16964e90ba004cdf0cd845b866b5df21038b7723 # pin@v2
0 commit comments