4747 steps :
4848
4949 - name : Checkout
50- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
50+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
80+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
108+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
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@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
166+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
167167 with :
168168 name : docker.tar.gz
169169 path : docker.tar.gz
@@ -179,7 +179,7 @@ jobs:
179179
180180 steps :
181181 - name : Checkout
182- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
182+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
183183 with :
184184 fetch-depth : 0
185185
@@ -239,7 +239,7 @@ jobs:
239239
240240 steps :
241241 - name : Checkout
242- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
242+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
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@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
251+ uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
252252 with :
253253 name : docker.tar.gz
254254
0 commit comments