38
38
go_path : ${{ steps.vars.outputs.go_path }}
39
39
steps :
40
40
- name : Checkout Repository
41
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
41
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
42
42
43
43
- name : Setup Golang Environment
44
44
uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
67
67
needs : vars
68
68
steps :
69
69
- name : Checkout Repository
70
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
70
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
71
71
72
72
- name : Setup Golang Environment
73
73
uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
90
90
needs : vars
91
91
steps :
92
92
- name : Checkout Repository
93
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
93
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
94
94
95
95
- name : Setup Node.js Environment
96
96
uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
@@ -107,7 +107,7 @@ jobs:
107
107
id-token : write # for goreleaser/goreleaser-action to sign artifacts
108
108
steps :
109
109
- name : Checkout Repository
110
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
110
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
111
111
with :
112
112
fetch-depth : 0
113
113
@@ -162,7 +162,7 @@ jobs:
162
162
if : ${{ github.ref_type != 'tag' }}
163
163
steps :
164
164
- name : Checkout Repository
165
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
165
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
166
166
167
167
- name : Fetch Cached Artifacts
168
168
uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
@@ -264,7 +264,7 @@ jobs:
264
264
packages : write # for docker/build-push-action to push to GHCR
265
265
steps :
266
266
- name : Checkout Repository
267
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
267
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
268
268
269
269
- name : Fetch Cached Artifacts
270
270
uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
@@ -355,7 +355,7 @@ jobs:
355
355
packages : write # for helm to push to GHCR
356
356
steps :
357
357
- name : Checkout Repository
358
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
358
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
359
359
360
360
- name : Login to GitHub Container Registry
361
361
uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
0 commit comments