File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,19 +29,19 @@ jobs:
2929 security-events : write # for github/codeql-action/analyze to upload SARIF results
3030 runs-on : ubuntu-latest
3131 steps :
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3333
3434 - name : Set up Java 17
35- uses : actions/setup-java@v4
35+ uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
3636 with :
3737 distribution : temurin
3838 java-version : 17
3939
4040 - name : Set up gradle
41- uses : gradle/actions/setup-gradle@v4
41+ uses : gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
4242
4343 - name : Initialize CodeQL
44- uses : github/codeql-action/init@v3
44+ uses : github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
4545 with :
4646 languages : java, actions
4747 # using "latest" helps to keep up with the latest Kotlin support
5555 run : ./gradlew assemble --no-build-cache --no-daemon
5656
5757 - name : Perform CodeQL analysis
58- uses : github/codeql-action/analyze@v3
58+ uses : github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
You can’t perform that action at this time.
0 commit comments