@@ -21,12 +21,12 @@ jobs:
21
21
22
22
steps :
23
23
- name : Checkout repository
24
- uses : actions/checkout@v4
24
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
25
25
with :
26
26
ref : " v${{ github.event.inputs.release }}"
27
27
token : ${{ secrets.GH_TOKEN }}
28
28
- name : Set up JDK
29
- uses : actions/setup-java@v3
29
+ uses : actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3
30
30
with :
31
31
distribution : ' adopt'
32
32
java-version : 11
54
54
- name : Upload artifacts to the Github release
55
55
id : upload_artifact
56
56
if : steps.assemble.outcome == 'success'
57
- uses : Roang-zero1/github-upload-release-artifacts-action@v3
57
+ uses : Roang-zero1/github-upload-release-artifacts-action@87271b3f8dca9feb9e9d44381fddd2db7f09d6e1 # v3
58
58
with :
59
59
created_tag : v${{ github.event.inputs.release }}
60
60
args : build/distributions/grails-${{ steps.release_version.outputs.release_version }}.zip
70
70
- name : Invoke grails-doc release workflow
71
71
if : steps.assemble.outcome == 'success'
72
72
id : grails_doc
73
-
73
+ uses : benc-uk/workflow-dispatch@798e70c97009500150087d30d9f11c5444830385 # v1.2
74
74
with :
75
75
workflow : Release
76
76
repo : grails/grails-doc
80
80
- name : Invoke grails-static-website release workflow
81
81
if : steps.assemble.outcome == 'success'
82
82
id : grails_static_website
83
-
83
+ uses : benc-uk/workflow-dispatch@798e70c97009500150087d30d9f11c5444830385 # v1.2
84
84
with :
85
85
workflow : Release
86
86
repo : grails/grails-static-website
0 commit comments