File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
10
10
name : Install chart-testing and test presence in path
11
11
steps :
12
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
12
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
13
13
- name : Install chart-testing
14
14
uses : ./
15
15
- name : Check install!
38
38
39
39
name : Install Custom chart-testing and test presence in path
40
40
steps :
41
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
41
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
42
42
- name : Install chart-testing
43
43
uses : ./
44
44
with :
71
71
72
72
name : run action to test a helm chart
73
73
steps :
74
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
74
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
75
75
with :
76
76
fetch-depth : 0
77
77
80
80
with :
81
81
version : v3.14.4
82
82
83
- - uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
83
+ - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
84
84
with :
85
85
python-version : ' 3.x'
86
86
check-latest : true
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ inputs:
20
20
runs :
21
21
using : composite
22
22
steps :
23
- - uses : sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3.5 .0
23
+ - uses : sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7 .0
24
24
- run : |
25
25
cd $GITHUB_ACTION_PATH \
26
26
&& ./ct.sh \
You can’t perform that action at this time.
0 commit comments