We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6c2fd6 + cdba486 commit 5a17392Copy full SHA for 5a17392
.github/workflows/e2e-ci.yaml
@@ -69,7 +69,7 @@ jobs:
69
go-version: '>=1.20.0'
70
- uses: azure/setup-kubectl@776406bce94f63e41d621b960d78ee25c8b76ede # v4
71
- name : Install helm
72
- uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4
+ uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4
73
with:
74
token: ${{ secrets.GITHUB_TOKEN }}
75
- name: Check if yq is installed
.github/workflows/release.yml
@@ -62,7 +62,7 @@ jobs:
62
63
-
64
name: Login to GitHub Container Registry
65
- uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
+ uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
66
67
registry: ghcr.io
68
username: ${{ github.actor }}
0 commit comments