File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
distribution : ' temurin'
29
29
java-version : ${{ matrix.java }}
30
30
- name : Setup Gradle
31
- uses : gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b
31
+ uses : gradle/actions/setup-gradle@245c8a24de79c0dbeabaf19ebcbbd3b2c36f278d
32
32
- name : Build with Gradle
33
33
run : ./gradlew build
Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ jobs:
29
29
- name : Checkout repository
30
30
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
31
31
- name : Initialize CodeQL
32
- uses : github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a
32
+ uses : github/codeql-action/init@1bb15d06a6fbb5d9d9ffd228746bf8ee208caec8
33
33
with :
34
34
languages : ${{ matrix.language }}
35
35
build-mode : ${{ matrix.build-mode }}
36
36
- name : Perform CodeQL Analysis
37
- uses : github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a
37
+ uses : github/codeql-action/analyze@1bb15d06a6fbb5d9d9ffd228746bf8ee208caec8
38
38
with :
39
39
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 1
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.12.1 -bin.zip
1
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -bin.zip
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments