File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- name : Checkout
10
- uses : actions/checkout@v4
10
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
11
11
with :
12
12
fetch-depth : 0
13
13
14
14
- name : Set up Helm
15
- uses : azure/setup-helm@v4.2.0
15
+ uses : azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2.0
16
16
with :
17
17
version : v3.14.4
18
18
19
19
- name : Set up Python
20
- uses : actions/setup-python@v5
20
+ uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
21
21
with :
22
22
python-version : ' 3.x'
23
23
check-latest : true
24
24
25
25
- name : Set up chart-testing
26
- uses : helm/chart-testing-action@v2
26
+ uses : helm/chart-testing-action@b43128a8b25298e1e7b043b78ea6613844e079b1 # v2.6.0
27
27
28
28
- name : Run chart-testing (list-changed)
29
29
id : list-changed
39
39
40
40
- name : Create kind cluster
41
41
if : steps.list-changed.outputs.changed == 'true'
42
- uses : helm/kind-action@v1
42
+ uses : helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde # v1.10.0
43
43
44
44
- name : Run chart-testing (install)
45
45
if : steps.list-changed.outputs.changed == 'true'
You can’t perform that action at this time.
0 commit comments