4747 steps :
4848
4949 - name : Checkout
50- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
50+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
5151
5252 - uses : dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
5353 id : filter
7777 (needs.changes.outputs.go == 'true')
7878 steps :
7979 - name : Checkout
80- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
80+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
8181
8282 - name : Get go version
8383 run : echo "GOLANG_VERSION=$(cat GOLANG_VERSION)" >> $GITHUB_ENV
@@ -105,7 +105,7 @@ jobs:
105105 PLATFORMS : linux/amd64
106106 steps :
107107 - name : Checkout
108- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
108+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
109109
110110 - name : Get go version
111111 id : golangversion
@@ -163,7 +163,7 @@ jobs:
163163 | gzip > docker.tar.gz
164164
165165 - name : cache
166- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
166+ uses : actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
167167 with :
168168 name : docker.tar.gz
169169 path : docker.tar.gz
@@ -179,12 +179,12 @@ jobs:
179179
180180 steps :
181181 - name : Checkout
182- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
182+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
183183 with :
184184 fetch-depth : 0
185185
186186 - name : Set up Helm
187- uses : azure/setup-helm@b7246b12e77f7134dc2d460a3d5bad15bbe29390 # v4.1 .0
187+ uses : azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2 .0
188188
189189 - uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
190190 with :
@@ -239,7 +239,7 @@ jobs:
239239
240240 steps :
241241 - name : Checkout
242- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
242+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
243243
244244 - name : Setup Go
245245 uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
@@ -248,7 +248,7 @@ jobs:
248248 check-latest : true
249249
250250 - name : cache
251- uses : actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
251+ uses : actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
252252 with :
253253 name : docker.tar.gz
254254
0 commit comments