We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9358121 + 9653261 commit 3d1b0dfCopy full SHA for 3d1b0df
2 files changed
.github/workflows/gh-pages.yml
@@ -27,7 +27,7 @@ jobs:
27
curl -sfL https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash -s -- --version v3.5.2
28
29
- name: Check out repo
30
- uses: actions/checkout@v6
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
31
with:
32
fetch-depth: 0
33
.github/workflows/release.yml
@@ -18,12 +18,12 @@ jobs:
18
contents: write
19
steps:
20
- name: Install Helm
21
- uses: azure/setup-helm@v5
+ uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
22
23
version: 3.12.3
24
25
26
0 commit comments