5050 echo "tag=${GITHUB_REF##*/}" >> $GITHUB_OUTPUT
5151
5252 - name : Checkout Source Code
53- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
53+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
5454 with :
5555 persist-credentials : false
5656 fetch-depth : 0
@@ -140,7 +140,7 @@ jobs:
140140
141141 # Upload artifact digests
142142 - name : Upload artifact digests
143- uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
143+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
144144 with :
145145 name : image-digest ${{ matrix.name }}
146146 path : image-digest
@@ -158,7 +158,7 @@ jobs:
158158 mkdir -p image-digest/
159159
160160 - name : Download digests of all images built
161- uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
161+ uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
162162 with :
163163 path : image-digest/
164164
@@ -185,7 +185,7 @@ jobs:
185185 uses : docker/setup-buildx-action@2a1a44ac4aa01993040736bd95bb470da1a38365 # v2.8.0
186186
187187 - name : Checkout Source Code
188- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
188+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
189189 with :
190190 persist-credentials : false
191191 fetch-depth : 0
@@ -203,7 +203,7 @@ jobs:
203203
204204 # Cache tarball releases for later
205205 - 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@65462800fd760344b1a7b4382951275a0abb4808 # v4.3 .3
207207 with :
208208 name : tetragon-${{ steps.tag.outputs.tag }}-${{ matrix.arch }}
209209 path : release/
@@ -216,7 +216,7 @@ jobs:
216216 runs-on : ubuntu-20.04
217217 steps :
218218 - name : Checkout code
219- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
219+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
220220
221221 - name : Set up Go
222222 uses : actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
@@ -229,13 +229,13 @@ jobs:
229229 run : make cli-release
230230
231231 - name : Retrieve tetragon-${{ steps.tag.outputs.tag }}-amd64.tar.gz
232- uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
232+ uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
233233 with :
234234 name : tetragon-${{ steps.tag.outputs.tag }}-amd64
235235 path : release
236236
237237 - name : Retrieve tetragon-${{ steps.tag.outputs.tag }}-arm64.tar.gz
238- uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
238+ uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
239239 with :
240240 name : tetragon-${{ steps.tag.outputs.tag }}-arm64
241241 path : release
0 commit comments