We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 921b142 + be88033 commit 3ecd760Copy full SHA for 3ecd760
.github/workflows/release.yaml
@@ -16,15 +16,15 @@ jobs:
16
contents: write
17
steps:
18
- name: Checkout
19
- uses: actions/checkout@v4
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
with:
21
fetch-depth: 0
22
- name: Configure Git
23
run: |
24
git config user.name "$GITHUB_ACTOR"
25
git config user.email "[email protected]"
26
- name: Run chart-releaser
27
- uses: helm/[email protected]
+ uses: helm/chart-releaser-action@cae68fefc6b5f367a0275617c9f83181ba54714f # v1.7.0
28
env:
29
CR_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
30
CR_SKIP_EXISTING: true
0 commit comments