File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -15,17 +15,17 @@ jobs:
1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v2
18+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1919 with :
2020 fetch-depth : 0
2121 - run : |
2222 git remote add upstream https://github.com/harvester/charts.git
2323 git fetch upstream
2424
2525 - name : Set up Helm
26- uses : azure/setup-helm@v1
26+ uses : azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4
2727 with :
28- version : v3.4 .0
28+ version : v3.14 .0
2929
3030 - name : check the version format before chart linter
3131 run : |
3535 fi
3636
3737 - name : Set up chart-testing
38- uses : helm/chart-testing-action@v2.1 .0
38+ uses : helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7 .0
3939
4040 - name : Run chart-testing (list-changed)
4141 id : list-changed
5656 fi
5757
5858 - name : Create kind cluster
59- uses : helm/kind-action@v1.14.0
59+ uses : helm/kind-action@ef37e7f390d99f746eb8b610417061a60e82a6cc # v1.14.0
6060 if : steps.list-changed.outputs.changed == 'true'
6161
6262 - name : Create harvester-system namespace
8383 needs : lint-test
8484 steps :
8585 - name : Checkout
86- uses : actions/checkout@v2
86+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
8787 with :
8888 fetch-depth : 0
8989
9292 git config user.name "$GITHUB_ACTOR"
9393 git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
9494 - name : Run chart-releaser
95- uses : helm/chart-releaser-action@v1.2.1
95+ uses : helm/chart-releaser-action@cae68fefc6b5f367a0275617c9f83181ba54714f # v1.7.0
9696 env :
9797 CR_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
You can’t perform that action at this time.
0 commit comments