diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index a9d597b12..a221f6b04 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -35,7 +35,7 @@ jobs: with: go-version-file: 'go.mod' - - uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5 + - uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5 - name: e2e run: sudo make e2e @@ -53,7 +53,7 @@ jobs: with: go-version-file: 'go.mod' - - uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5 + - uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5 - name: e2e run: sudo make e2e-openshift @@ -79,7 +79,7 @@ jobs: with: go-version-file: 'go.mod' - - uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5 + - uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5 - name: e2e (Enterprise) run: sudo KUBERNETES_SUPPORTED_VERSION=${{ matrix.k8s-version }} make e2e @@ -103,7 +103,7 @@ jobs: with: go-version-file: 'go.mod' - - uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5 + - uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5 - name: e2e run: sudo OS_SUPPORTED_VERSION=${{ matrix.os-version }} make e2e-openshift diff --git a/.github/workflows/helm-test.yml b/.github/workflows/helm-test.yml index ec9794513..d501a1d50 100644 --- a/.github/workflows/helm-test.yml +++ b/.github/workflows/helm-test.yml @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 - - uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5 + - uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5 - name: Linting Chart run: helm lint ./charts/capsule