3838 go_path : ${{ steps.vars.outputs.go_path }}
3939 steps :
4040 - name : Checkout Repository
41- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
41+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
4242
4343 - name : Setup Golang Environment
4444 uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
6767 needs : vars
6868 steps :
6969 - name : Checkout Repository
70- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
70+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
7171
7272 - name : Setup Golang Environment
7373 uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
9090 needs : vars
9191 steps :
9292 - name : Checkout Repository
93- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
93+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
9494
9595 - name : Setup Node.js Environment
9696 uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
@@ -107,7 +107,7 @@ jobs:
107107 id-token : write # for goreleaser/goreleaser-action to sign artifacts
108108 steps :
109109 - name : Checkout Repository
110- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
110+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
111111 with :
112112 fetch-depth : 0
113113
@@ -162,7 +162,7 @@ jobs:
162162 if : ${{ github.ref_type != 'tag' }}
163163 steps :
164164 - name : Checkout Repository
165- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
165+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
166166
167167 - name : Fetch Cached Artifacts
168168 uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
@@ -264,7 +264,7 @@ jobs:
264264 packages : write # for docker/build-push-action to push to GHCR
265265 steps :
266266 - name : Checkout Repository
267- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
267+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
268268
269269 - name : Fetch Cached Artifacts
270270 uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
@@ -355,7 +355,7 @@ jobs:
355355 packages : write # for helm to push to GHCR
356356 steps :
357357 - name : Checkout Repository
358- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
358+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
359359
360360 - name : Login to GitHub Container Registry
361361 uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
0 commit comments