31
31
min_k8s_version : ${{ steps.vars.outputs.min_k8s_version }}
32
32
steps :
33
33
- name : Checkout Repository
34
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
34
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
35
35
36
36
- name : Setup Golang Environment
37
37
uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
62
62
needs : vars
63
63
steps :
64
64
- name : Checkout Repository
65
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
65
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
66
66
67
67
- name : Setup Golang Environment
68
68
uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
90
90
needs : vars
91
91
steps :
92
92
- name : Checkout Repository
93
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
93
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
94
94
95
95
- name : Setup Node.js Environment
96
96
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
@@ -115,7 +115,7 @@ jobs:
115
115
issues : write # for goreleaser/goreleaser-action to close milestone
116
116
steps :
117
117
- name : Checkout Repository
118
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
118
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
119
119
with :
120
120
fetch-depth : 0
121
121
@@ -236,7 +236,7 @@ jobs:
236
236
needs : [vars, build-oss]
237
237
steps :
238
238
- name : Checkout Repository
239
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
239
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
240
240
241
241
- name : Fetch Cached Artifacts
242
242
uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
@@ -333,7 +333,7 @@ jobs:
333
333
packages : write # for helm to push to GHCR
334
334
steps :
335
335
- name : Checkout Repository
336
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
336
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
337
337
338
338
- name : Login to GitHub Container Registry
339
339
uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
0 commit comments