31
31
min_k8s_version : ${{ steps.vars.outputs.min_k8s_version }}
32
32
steps :
33
33
- name : Checkout Repository
34
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
34
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
35
35
36
36
- name : Setup Golang Environment
37
37
uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
62
62
needs : vars
63
63
steps :
64
64
- name : Checkout Repository
65
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
65
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
66
66
67
67
- name : Setup Golang Environment
68
68
uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
78
78
token : ${{ secrets.CODECOV_TOKEN }}
79
79
80
80
- name : Upload Coverage Report
81
- uses : actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
81
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
82
82
with :
83
83
name : cover-${{ github.run_id }}.html
84
84
path : ${{ github.workspace }}/cover.html
90
90
needs : vars
91
91
steps :
92
92
- name : Checkout Repository
93
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
93
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
118
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
239
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
336
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
337
337
338
338
- name : Login to GitHub Container Registry
339
339
uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
0 commit comments