There was an error while loading. Please reload this page.
2 parents 992ad8f + 02d82e8 commit 10a25ecCopy full SHA for 10a25ec
1 file changed
.github/workflows/release.yaml
@@ -12,8 +12,8 @@ jobs:
12
push:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v4
16
- - uses: azure/setup-helm@v4
+ - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
+ - uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5
17
- name: Verify tag matches Chart.yaml version
18
run: |
19
chart=$(awk '/^version:/{print $2}' Chart.yaml)
0 commit comments