File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 33
33
steps :
34
34
- name : Checkout repository
35
35
# https://github.com/actions/checkout/releases/tag/v4.1.1
36
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
36
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
37
37
38
38
- name : Setup Go
39
39
# https://github.com/actions/setup-go/releases/tag/v5.0.0
Original file line number Diff line number Diff line change 25
25
steps :
26
26
27
27
- name : Checkout repository
28
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
28
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29
29
# https://github.com/actions/checkout/releases/tag/v4.1.1
30
30
31
31
- name : Setup Go
66
66
67
67
- name : Checkout repository
68
68
# https://github.com/actions/checkout/releases/tag/v4.1.1
69
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
69
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
70
70
71
71
- name : package-helm
72
72
run : ./scripts/package-helm
@@ -113,7 +113,7 @@ jobs:
113
113
steps :
114
114
- name : Checkout repository
115
115
# https://github.com/actions/checkout/releases/tag/v4.1.1
116
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
116
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
117
117
118
118
- name : Download the artifacts
119
119
uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
Original file line number Diff line number Diff line change 42
42
webhook
43
43
44
44
- name : Checkout webhook repository
45
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
45
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
46
46
with :
47
47
ref : " ${{ env.WEBHOOK_REF }}"
48
48
path : webhook
51
51
persist-credentials : true
52
52
53
53
- name : Checkout rancher repository
54
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
54
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
55
55
with :
56
56
repository : " ${{ github.event.inputs.rancher_repository }}"
57
57
ref : " ${{ env.RANCHER_REF }}"
You can’t perform that action at this time.
0 commit comments