Skip to content

Commit 3ecd760

Browse files
authored
set versions with hash for github actions
2 parents 921b142 + be88033 commit 3ecd760

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616
contents: write
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2020
with:
2121
fetch-depth: 0
2222
- name: Configure Git
2323
run: |
2424
git config user.name "$GITHUB_ACTOR"
2525
git config user.email "[email protected]"
2626
- name: Run chart-releaser
27-
uses: helm/[email protected]
27+
uses: helm/chart-releaser-action@cae68fefc6b5f367a0275617c9f83181ba54714f # v1.7.0
2828
env:
2929
CR_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
3030
CR_SKIP_EXISTING: true

0 commit comments

Comments
 (0)