34
34
go_path : ${{ steps.vars.outputs.go_path }}
35
35
steps :
36
36
- name : Checkout Repository
37
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
37
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
38
38
39
39
- name : Setup Golang Environment
40
40
uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
63
63
needs : vars
64
64
steps :
65
65
- name : Checkout Repository
66
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
66
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
67
67
68
68
- name : Setup Golang Environment
69
69
uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
86
86
needs : vars
87
87
steps :
88
88
- name : Checkout Repository
89
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
89
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
90
90
91
91
- name : Setup Node.js Environment
92
92
uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
@@ -103,7 +103,7 @@ jobs:
103
103
id-token : write # for goreleaser/goreleaser-action to sign artifacts
104
104
steps :
105
105
- name : Checkout Repository
106
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
106
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
107
107
with :
108
108
fetch-depth : 0
109
109
@@ -157,7 +157,7 @@ jobs:
157
157
needs : [vars, binary]
158
158
steps :
159
159
- name : Checkout Repository
160
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
160
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
161
161
162
162
- name : Fetch Cached Artifacts
163
163
uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
@@ -259,7 +259,7 @@ jobs:
259
259
packages : write # for docker/build-push-action to push to GHCR
260
260
steps :
261
261
- name : Checkout Repository
262
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
262
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
263
263
264
264
- name : Fetch Cached Artifacts
265
265
uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
@@ -349,7 +349,7 @@ jobs:
349
349
packages : write # for helm to push to GHCR
350
350
steps :
351
351
- name : Checkout Repository
352
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
352
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
353
353
354
354
- name : Login to GitHub Container Registry
355
355
uses : docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
0 commit comments