1010 CI : " true"
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v4
13+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
1414 with :
1515 fetch-depth : 0
1616 - name : Set git config safe.directory
2020 git config user.name "github-actions"
2121 git config user.email "[email protected] " 2222 - name : Setup Node.js
23- uses : actions/setup-node@v4
23+ uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8
2424 with :
2525 node-version : 16.14.0
2626 - name : Install dependencies
3131 run : cd dist && rm -rf submodules/ && getfacl -R . > permissions-backup.acl
3232 continue-on-error : true
3333 - name : Upload artifact
34- uses : actions/upload-artifact@v3
34+ uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
3535 with :
3636 name : build-artifact
3737 path : dist
@@ -43,11 +43,11 @@ jobs:
4343 contents : read
4444 issues : write
4545 steps :
46- - uses : actions/setup-node@v4
46+ - uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8
4747 with :
4848 node-version : 16.14.0
4949 - name : Download build artifacts
50- uses : actions/download-artifact@v3
50+ uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
5151 with :
5252 name : build-artifact
5353 path : dist
7474 run : echo "VERSION=$(cat dist/version.txt)" >> "${GITHUB_OUTPUT}"
7575 - name : Create Issue
7676 if : ${{ failure() }}
77- uses : imjohnbo/issue-bot@v3
77+ uses : imjohnbo/issue-bot@6924a99d928dc228f407d34eb3d0149eda73f2a7
7878 with :
7979 labels : failed-release
8080 title : Publishing v${{ steps.extract-version.outputs.VERSION }} to npm failed
@@ -87,15 +87,15 @@ jobs:
8787 contents : read
8888 issues : write
8989 steps :
90- - uses : actions/setup-java@v4
90+ - uses : actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93
9191 with :
9292 distribution : temurin
9393 java-version : 11.x
94- - uses : actions/setup-node@v4
94+ - uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8
9595 with :
9696 node-version : 16.14.0
9797 - name : Download build artifacts
98- uses : actions/download-artifact@v3
98+ uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
9999 with :
100100 name : build-artifact
101101 path : dist
@@ -124,7 +124,7 @@ jobs:
124124 run : echo "VERSION=$(cat dist/version.txt)" >> "${GITHUB_OUTPUT}"
125125 - name : Create Issue
126126 if : ${{ failure() }}
127- uses : imjohnbo/issue-bot@v3
127+ uses : imjohnbo/issue-bot@6924a99d928dc228f407d34eb3d0149eda73f2a7
128128 with :
129129 labels : failed-release
130130 title : Publishing v${{ steps.extract-version.outputs.VERSION }} to Maven Central failed
@@ -137,14 +137,14 @@ jobs:
137137 contents : read
138138 issues : write
139139 steps :
140- - uses : actions/setup-node@v4
140+ - uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8
141141 with :
142142 node-version : 16.14.0
143- - uses : actions/setup-python@v5
143+ - uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
144144 with :
145145 python-version : 3.x
146146 - name : Download build artifacts
147- uses : actions/download-artifact@v3
147+ uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
148148 with :
149149 name : build-artifact
150150 path : dist
@@ -170,7 +170,7 @@ jobs:
170170 run : echo "VERSION=$(cat dist/version.txt)" >> "${GITHUB_OUTPUT}"
171171 - name : Create Issue
172172 if : ${{ failure() }}
173- uses : imjohnbo/issue-bot@v3
173+ uses : imjohnbo/issue-bot@6924a99d928dc228f407d34eb3d0149eda73f2a7
174174 with :
175175 labels : failed-release
176176 title : Publishing v${{ steps.extract-version.outputs.VERSION }} to PyPI failed
@@ -183,14 +183,14 @@ jobs:
183183 contents : read
184184 issues : write
185185 steps :
186- - uses : actions/setup-node@v4
186+ - uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8
187187 with :
188188 node-version : 16.14.0
189- - uses : actions/setup-dotnet@v3
189+ - uses : actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2
190190 with :
191191 dotnet-version : 3.x
192192 - name : Download build artifacts
193- uses : actions/download-artifact@v3
193+ uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
194194 with :
195195 name : build-artifact
196196 path : dist
@@ -215,7 +215,7 @@ jobs:
215215 run : echo "VERSION=$(cat dist/version.txt)" >> "${GITHUB_OUTPUT}"
216216 - name : Create Issue
217217 if : ${{ failure() }}
218- uses : imjohnbo/issue-bot@v3
218+ uses : imjohnbo/issue-bot@6924a99d928dc228f407d34eb3d0149eda73f2a7
219219 with :
220220 labels : failed-release
221221 title : Publishing v${{ steps.extract-version.outputs.VERSION }} to NuGet Gallery failed
@@ -228,14 +228,14 @@ jobs:
228228 contents : read
229229 issues : write
230230 steps :
231- - uses : actions/setup-node@v4
231+ - uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8
232232 with :
233233 node-version : 16.14.0
234- - uses : actions/setup-go@v5
234+ - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
235235 with :
236236 go-version : ^1.16.0
237237 - name : Download build artifacts
238- uses : actions/download-artifact@v3
238+ uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
239239 with :
240240 name : build-artifact
241241 path : dist
@@ -262,7 +262,7 @@ jobs:
262262 run : echo "VERSION=$(cat dist/version.txt)" >> "${GITHUB_OUTPUT}"
263263 - name : Create Issue
264264 if : ${{ failure() }}
265- uses : imjohnbo/issue-bot@v3
265+ uses : imjohnbo/issue-bot@6924a99d928dc228f407d34eb3d0149eda73f2a7
266266 with :
267267 labels : failed-release
268268 title : Publishing v${{ steps.extract-version.outputs.VERSION }} to GitHub Go Module Repository failed
@@ -275,11 +275,11 @@ jobs:
275275 contents : write
276276 issues : write
277277 steps :
278- - uses : actions/setup-node@v4
278+ - uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8
279279 with :
280280 node-version : 16.14.0
281281 - name : Download build artifacts
282- uses : actions/download-artifact@v3
282+ uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
283283 with :
284284 name : build-artifact
285285 path : dist
@@ -302,7 +302,7 @@ jobs:
302302 run : echo "VERSION=$(cat dist/version.txt)" >> "${GITHUB_OUTPUT}"
303303 - name : Create Issue
304304 if : ${{ failure() }}
305- uses : imjohnbo/issue-bot@v3
305+ uses : imjohnbo/issue-bot@6924a99d928dc228f407d34eb3d0149eda73f2a7
306306 env :
307307 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
308308 with :
0 commit comments