File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 33
33
34
34
steps :
35
35
- name : Check out code
36
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
36
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
37
37
38
38
- name : Extract branch name
39
39
id : extract_branch
70
70
RELEASE_REGISTRY : " localhost:5000/k8sgpt"
71
71
steps :
72
72
- name : Check out code
73
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
73
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
74
74
75
75
- name : Set up Docker Buildx
76
76
id : buildx
@@ -115,7 +115,7 @@ jobs:
115
115
contents : read # Needed for checking out the repository
116
116
steps :
117
117
- name : Check out code
118
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
118
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
119
119
120
120
- name : Login to GitHub Container Registry
121
121
uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Check out code into the Go module directory
12
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
12
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
13
13
14
14
- name : golangci-lint
15
15
uses : reviewdog/action-golangci-lint@7708105983c614f7a2725e2172908b7709d1c3e4 # v2
Original file line number Diff line number Diff line change 23
23
# Release-please creates a PR that tracks all changes
24
24
steps :
25
25
- name : Checkout
26
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
26
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
27
27
28
28
- uses : google-github-actions/release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee # v4.1.1
29
29
id : release
41
41
runs-on : ubuntu-latest
42
42
steps :
43
43
- name : Checkout
44
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
44
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
45
45
with :
46
46
fetch-depth : 0
47
47
- name : Set up Go
76
76
IMAGE_NAME : k8sgpt
77
77
steps :
78
78
- name : Checkout
79
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
79
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
80
80
with :
81
81
submodules : recursive
82
82
Original file line number Diff line number Diff line change 15
15
build :
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
18
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
19
19
20
20
- name : Set up Go
21
21
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
You can’t perform that action at this time.
0 commit comments