@@ -21,12 +21,12 @@ jobs:
21212222 steps :
2323 - name : Checkout repository
24- uses : actions/checkout@v4
24+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2525 with :
2626 ref : " v${{ github.event.inputs.release }}"
2727 token : ${{ secrets.GH_TOKEN }}
2828 - name : Set up JDK
29- uses : actions/setup-java@v3
29+ uses : actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3
3030 with :
3131 distribution : ' adopt'
3232 java-version : 11
5454 - name : Upload artifacts to the Github release
5555 id : upload_artifact
5656 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
5858 with :
5959 created_tag : v${{ github.event.inputs.release }}
6060 args : build/distributions/grails-${{ steps.release_version.outputs.release_version }}.zip
7070 - name : Invoke grails-doc release workflow
7171 if : steps.assemble.outcome == 'success'
7272 id : grails_doc
73- 73+ uses : benc-uk/workflow-dispatch@798e70c97009500150087d30d9f11c5444830385 # v1.2
7474 with :
7575 workflow : Release
7676 repo : grails/grails-doc
8080 - name : Invoke grails-static-website release workflow
8181 if : steps.assemble.outcome == 'success'
8282 id : grails_static_website
83- 83+ uses : benc-uk/workflow-dispatch@798e70c97009500150087d30d9f11c5444830385 # v1.2
8484 with :
8585 workflow : Release
8686 repo : grails/grails-static-website
0 commit comments