@@ -105,12 +105,12 @@ jobs:
105105
106106 - name : git-checkout-ref-action
107107 id : ref
108- uses : ORCID/git-checkout-ref-action@main
108+ uses : ORCID/git-checkout-ref-action@4258c0cbe4b164e410d0263416034787fb300f26 # main
109109 with :
110110 default_branch : ${{ github.event.repository.default_branch }}
111111 ref : ${{ inputs.ref }}
112112
113- - uses : actions/checkout@v4
113+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
114114 with :
115115 ref : ${{ steps.ref.outputs.ref }}
116116 # checkout some history so we can scan commits for bump messages
@@ -119,13 +119,13 @@ jobs:
119119
120120 - name : find next version
121121 id : version
122- uses : ORCID/version-bump-action@main
122+ uses : ORCID/version-bump-action@75233259407ae3728171973d09bc66fcf4b15b6a # main
123123 with :
124124 version_tag : ${{ inputs.version_tag }}
125125 bump : ${{ inputs.bump }}
126126
127127 - name : Set up Open JDK 11
128- uses : actions/setup-java@v4
128+ uses : actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4.8.0
129129 with :
130130 distribution : ' temurin'
131131 java-version : ' 11'
@@ -134,7 +134,7 @@ jobs:
134134
135135 - name : if not installing dependencies restore special previous git_sha cache
136136 if : ${{ ! inputs.install_maven_dependencies }}
137- uses : actions/cache@v4
137+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
138138 with :
139139 path : ~/.m2/repository
140140 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}-${{ steps.version.outputs.version_tag_numeric }}-${{ github.sha }}
@@ -153,7 +153,7 @@ jobs:
153153
154154 - name : if installing dependencies use a standard cache key name
155155 if : ${{ inputs.install_maven_dependencies }}
156- uses : actions/cache@v4
156+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
157157 with :
158158 path : ~/.m2/repository
159159 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}-seed-cache
@@ -163,14 +163,14 @@ jobs:
163163 - name : seed_maven_cache
164164 if : ${{ inputs.seed_maven_cache }}
165165 id : cache
166- uses : ORCID/ORCID-Source-cache-action@main
166+ uses : ORCID/ORCID-Source-cache-action@9831e0ffb2e9db46bffa6bb55fb897d159da5668 # main
167167 with :
168168 version_tag_numeric : ${{ steps.version.outputs.version_tag_numeric }}
169169
170170 - name : install_dependencies and bump version
171171 if : ${{ inputs.install_maven_dependencies }}
172172 id : install_dependencies
173- uses : ORCID/ORCID-Source-dependencies-action@main
173+ uses : ORCID/ORCID-Source-dependencies-action@e470d485ef8dc69858100998d77d03ccefb06ef1 # main
174174 with :
175175 version_tag_numeric : ${{ steps.version.outputs.version_tag_numeric }}
176176
@@ -192,7 +192,7 @@ jobs:
192192
193193 - name : setup node for angular static file
194194 if : ${{ matrix.project == 'orcid-web' }}
195- uses : actions/setup-node@v4
195+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
196196 with :
197197 node-version : 18.7.0
198198
0 commit comments