We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87c5622 commit ddbcc96Copy full SHA for ddbcc96
1 file changed
.github/workflows/helm-build.yaml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- name: Checkout
18
- uses: actions/checkout@v4
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
19
with:
20
fetch-depth: 0
21
@@ -25,7 +25,7 @@ jobs:
25
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
26
27
- name: Install Helm
28
- uses: azure/setup-helm@v4
+ uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5
29
env:
30
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
31
@@ -37,7 +37,7 @@ jobs:
37
skip_upload: true
38
39
- name: Login to GitHub Container Registry
40
- uses: docker/login-action@v3
+ uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4
41
42
registry: ghcr.io
43
username: ${{ github.actor }}
0 commit comments