39
39
steps :
40
40
41
41
- name : Checkout
42
- uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2 .0
42
+ uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
43
43
44
44
- uses : dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 # v2.11.1
45
45
id : filter
65
65
steps :
66
66
67
67
- name : Checkout
68
- uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2 .0
68
+ uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
69
69
70
70
- name : Run Gosec Security Scanner
71
71
uses : securego/gosec@a459eb0ba387d9bd083d5c2e2354dbeef2465038 # v2.15.0
82
82
(needs.changes.outputs.go == 'true')
83
83
steps :
84
84
- name : Checkout
85
- uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2 .0
85
+ uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
86
86
87
87
- name : Set up Go
88
88
id : go
@@ -101,7 +101,7 @@ jobs:
101
101
(needs.changes.outputs.go == 'true')
102
102
steps :
103
103
- name : Checkout
104
- uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2 .0
104
+ uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
105
105
106
106
- name : Set up Go
107
107
id : go
@@ -120,7 +120,7 @@ jobs:
120
120
(needs.changes.outputs.go == 'true')
121
121
steps :
122
122
- name : Checkout
123
- uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2 .0
123
+ uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
124
124
125
125
- name : Set up Go
126
126
id : go
@@ -141,7 +141,7 @@ jobs:
141
141
142
142
steps :
143
143
- name : Checkout
144
- uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2 .0
144
+ uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
145
145
146
146
- name : Set up Go
147
147
id : go
@@ -208,7 +208,7 @@ jobs:
208
208
209
209
steps :
210
210
- name : Checkout
211
- uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2 .0
211
+ uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
212
212
213
213
- name : Setup Go
214
214
uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
@@ -288,7 +288,7 @@ jobs:
288
288
289
289
steps :
290
290
- name : Checkout
291
- uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2 .0
291
+ uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
292
292
293
293
- name : cache
294
294
uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
@@ -342,7 +342,7 @@ jobs:
342
342
steps :
343
343
344
344
- name : Checkout
345
- uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2 .0
345
+ uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
346
346
347
347
- name : cache
348
348
uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
@@ -391,7 +391,7 @@ jobs:
391
391
PLATFORMS : linux/amd64,linux/arm64
392
392
steps :
393
393
- name : Checkout
394
- uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2 .0
394
+ uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
395
395
396
396
- uses : dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 # v2.11.1
397
397
id : filter-images
@@ -464,7 +464,7 @@ jobs:
464
464
465
465
steps :
466
466
- name : Checkout
467
- uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2 .0
467
+ uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
468
468
469
469
- uses : dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 # v2.11.1
470
470
id : filter-images
0 commit comments