@@ -16,17 +16,17 @@ jobs:
16
16
groovyVersion : ${{ steps.groovy-version.outputs.value }}
17
17
steps :
18
18
- name : " βοΈ Setup JDK"
19
- uses : actions/setup-java@v4
19
+ uses : actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4
20
20
with :
21
21
distribution : liberica
22
22
java-version : 17
23
23
- name : " ποΈ Cache local Maven repository"
24
- uses : actions/cache@v4
24
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
25
25
with :
26
26
path : ~/.m2/repository
27
27
key : cache-local-maven-${{ github.sha }}
28
28
- name : " π₯ Checkout Grails Core to fetch Gradle Plugin versions it uses"
29
- uses : actions/checkout@v4
29
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
30
30
with :
31
31
sparse-checkout-cone-mode : false
32
32
sparse-checkout : settings.gradle
43
43
- name : " π₯ Checkout Groovy 4_0_X (Grails 7 and later)"
44
44
run : git clone --depth 1 https://github.com/apache/groovy.git -b GROOVY_4_0_X --single-branch
45
45
- name : " π Setup Gradle"
46
- uses : gradle/actions/setup-gradle@v4
46
+ uses : gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6 # v4
47
47
with :
48
48
develocity-access-key : ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
49
49
- name : " π Store Groovy version to use when building Grails"
@@ -117,18 +117,18 @@ jobs:
117
117
runs-on : ubuntu-latest
118
118
steps :
119
119
- name : " π₯ Checkout project"
120
- uses : actions/checkout@v4
120
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
121
121
- name : " βοΈ Setup JDK"
122
- uses : actions/setup-java@v4
122
+ uses : actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4
123
123
with :
124
124
distribution : liberica
125
125
java-version : 17
126
126
- name : " π Setup Gradle"
127
- uses : gradle/actions/setup-gradle@v4
127
+ uses : gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6 # v4
128
128
with :
129
129
develocity-access-key : ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
130
130
- name : " ποΈ Restore local Maven repository from cache"
131
- uses : actions/cache@v4
131
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
132
132
with :
133
133
path : ~/.m2/repository
134
134
key : cache-local-maven-${{ github.sha }}
0 commit comments