File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
14
14
with :
15
15
fetch-depth : 0
16
16
@@ -20,15 +20,15 @@ jobs:
20
20
git config user.email "[email protected] "
21
21
22
22
- name : Set up Helm
23
- uses : azure/setup-helm@v1
23
+ uses : azure/setup-helm@18bc76811624f360dbd7f18c2d4ecb32c7b87bab # v1
24
24
with :
25
25
version : v3.8.1
26
26
27
27
- name : Create Helm package
28
28
run : helm package ./charts/cortex-agent
29
29
30
30
- name : Create new release
31
- uses : softprops/action-gh-release@v1
31
+ uses : softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1
32
32
with :
33
33
files : ./cortex-xdr*.tgz
34
34
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@v2
10
+ uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
11
11
with :
12
12
fetch-depth : 0
13
13
14
14
- name : Set up Helm
15
- uses : azure/setup-helm@v1
15
+ uses : azure/setup-helm@18bc76811624f360dbd7f18c2d4ecb32c7b87bab # v1
16
16
with :
17
17
version : v3.8.1
18
18
19
19
- name : Set up Python
20
- uses : actions/setup-python@v3
20
+ uses : actions/setup-python@3542bca2639a428e1796aaa6a2ffef0c0f575566 # v3
21
21
with :
22
- python-version : 3.7
22
+ python-version : " 3.10 "
23
23
24
24
- name : Set up chart-testing
25
-
25
+ uses : helm/chart-testing-action@dae259e86a35ff09145c0805e2d7dd3f7207064a # v2.2.1
26
26
27
27
- name : Run chart-testing (list-changed)
28
28
id : list-changed
36
36
run : ct lint --config ct.yaml
37
37
38
38
- name : Create kind cluster
39
-
39
+ uses : helm/kind-action@94729529f85113b88f4f819c17ce61382e6d8478 # v1.2.0
40
40
if : steps.list-changed.outputs.changed == 'true'
41
41
42
42
- name : Run chart-testing (install)
You can’t perform that action at this time.
0 commit comments