We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a65f32a commit 6193794Copy full SHA for 6193794
2 files changed
.github/workflows/main.yml
@@ -39,7 +39,7 @@ jobs:
39
java-version: ${{ matrix.java-version }}
40
41
- name: Setup Gradle
42
- uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5
+ uses: gradle/actions/setup-gradle@f29f5a9d7b09a7c6b29859002d29d24e1674c884 # v5
43
with:
44
cache-read-only: ${{ github.event_name != 'push' || github.ref != 'refs/heads/main' }}
45
.github/workflows/release.yml
@@ -94,7 +94,7 @@ jobs:
94
git tag -f ${GIT_TAG}
95
96
97
98
99
cache-read-only: true
100
0 commit comments