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 1d93f6c + 749917e commit cedbf86Copy full SHA for cedbf86
1 file changed
.github/workflows/codeql.yml
@@ -57,12 +57,12 @@ jobs:
57
- name: Set up Gradle
58
uses: gradle/actions/setup-gradle@0723195856401067f7a2779048b490ace7a47d7c
59
- name: Initialize CodeQL Analysis
60
- uses: github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8
+ uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc
61
with:
62
languages: 'java'
63
- name: Build for CodeQL Analysis
64
id: build
65
run: |
66
./.github/scripts/codeql-build.sh
67
- name: Perform CodeQL Analysis
68
- uses: github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8
+ uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc
0 commit comments