We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b38e00 commit 823a440Copy full SHA for 823a440
2 files changed
.github/workflows/gradle-publish.yml
@@ -31,7 +31,7 @@ jobs:
31
settings-path: ${{ github.workspace }} # location for the settings.xml file
32
33
- name: Setup Gradle
34
- uses: gradle/actions/setup-gradle@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0 # v4.2.1
+ uses: gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6 # v4.2.2
35
- name: Test with Gradle
36
run: gradle test
37
.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
29
distribution: 'temurin'
30
- name: Test with Gradle Wrapper
0 commit comments