50
50
echo "tag=${GITHUB_REF##*/}" >> $GITHUB_OUTPUT
51
51
52
52
- name : Checkout Source Code
53
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
53
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
54
54
with :
55
55
persist-credentials : false
56
56
fetch-depth : 0
@@ -140,7 +140,7 @@ jobs:
140
140
141
141
# Upload artifact digests
142
142
- name : Upload artifact digests
143
- uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
143
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
144
144
with :
145
145
name : image-digest ${{ matrix.name }}
146
146
path : image-digest
@@ -158,7 +158,7 @@ jobs:
158
158
mkdir -p image-digest/
159
159
160
160
- name : Download digests of all images built
161
- uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
161
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
162
162
with :
163
163
path : image-digest/
164
164
@@ -185,7 +185,7 @@ jobs:
185
185
uses : docker/setup-buildx-action@2a1a44ac4aa01993040736bd95bb470da1a38365 # v2.8.0
186
186
187
187
- name : Checkout Source Code
188
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
188
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
189
189
with :
190
190
persist-credentials : false
191
191
fetch-depth : 0
@@ -203,7 +203,7 @@ jobs:
203
203
204
204
# Cache tarball releases for later
205
205
- name : Save tetragon-${{ steps.tag.outputs.tag }}-${{ matrix.arch }}.tar.gz Tarball
206
- uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1 .3
206
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4 .3
207
207
with :
208
208
name : tetragon-${{ steps.tag.outputs.tag }}-${{ matrix.arch }}
209
209
path : release/
@@ -216,7 +216,7 @@ jobs:
216
216
runs-on : ubuntu-20.04
217
217
steps :
218
218
- name : Checkout code
219
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
219
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
220
220
221
221
- name : Set up Go
222
222
uses : actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
@@ -229,13 +229,13 @@ jobs:
229
229
run : make cli-release
230
230
231
231
- name : Retrieve tetragon-${{ steps.tag.outputs.tag }}-amd64.tar.gz
232
- uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
232
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
233
233
with :
234
234
name : tetragon-${{ steps.tag.outputs.tag }}-amd64
235
235
path : release
236
236
237
237
- name : Retrieve tetragon-${{ steps.tag.outputs.tag }}-arm64.tar.gz
238
- uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
238
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
239
239
with :
240
240
name : tetragon-${{ steps.tag.outputs.tag }}-arm64
241
241
path : release
0 commit comments