Skip to content

Commit 57e8801

Browse files
Merge pull request #187 from nrwl/szymon/chore/inf-1298-use-shas-in-nx-cloud-helm-gh-workflows
chore(repo): use SHAs for GH actions
2 parents b5f6426 + faa45d1 commit 57e8801

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/chart_lint_and_test.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v3
10+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1111
with:
1212
fetch-depth: 0
1313

1414
- name: Set up Helm
15-
uses: azure/setup-helm@v4.2.0
15+
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
1616
with:
1717
version: v3.15.3
1818

19-
- uses: actions/setup-python@v4
19+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2020
with:
2121
python-version: '3.9'
2222
check-latest: true
2323

2424
- name: Set up chart-testing
25-
uses: helm/chart-testing-action@v2.6.1
25+
uses: helm/chart-testing-action@6ec842c01de15ebb84c8627d2744a0c2f2755c9f # v2.8.0
2626

2727
- name: Run chart-testing (list-changed)
2828
id: list-changed
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Create kind cluster
4040
if: steps.list-changed.outputs.changed == 'true'
41-
uses: helm/kind-action@v1.10.0
41+
uses: helm/kind-action@ef37e7f390d99f746eb8b610417061a60e82a6cc # v1.14.0
4242

4343
- name: Install MongoDB
4444
if: steps.list-changed.outputs.changed == 'true'

.github/workflows/release_charts.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919
with:
2020
fetch-depth: 0
2121

@@ -25,10 +25,10 @@ jobs:
2525
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
2626
2727
- name: Install Helm
28-
uses: azure/setup-helm@v3
28+
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
2929

3030
- name: Run chart-releaser
31-
uses: helm/chart-releaser-action@v1.7.0
31+
uses: helm/chart-releaser-action@cae68fefc6b5f367a0275617c9f83181ba54714f # v1.7.0
3232
with:
3333
skip_existing: true
3434
env:

0 commit comments

Comments
 (0)