Skip to content

Commit

Permalink
gha: To avoid the warning for kind-action
Browse files Browse the repository at this point in the history
Only the commit hash is updated, so that once v1.9.0 is released,
rennovate will be able to pick it up.

Related PR: helm/kind-action#102

```
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@e12d46a. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
```

Signed-off-by: Tam Mach <tam.mach@cilium.io>
  • Loading branch information
sayboras authored and Pionerd committed Feb 13, 2024
1 parent 243404c commit a758000
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conformance-clustermesh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ jobs:
envsubst < ./.github/kind-config.yaml.tmpl > ./.github/kind-config-cluster2.yaml
- name: Create Kind cluster 1
uses: helm/kind-action@dda0770415bac9fc20092cacbc54aa298604d140 # v1.8.0
uses: helm/kind-action@4be822c96b3a80076fb61a4e54a4e89d8d79c9c6 # v1.8.0
with:
cluster_name: ${{ env.clusterName1 }}
version: ${{ env.kind_version }}
Expand All @@ -326,7 +326,7 @@ jobs:
wait: 0 # The control-plane never becomes ready, since no CNI is present

- name: Create Kind cluster 2
uses: helm/kind-action@dda0770415bac9fc20092cacbc54aa298604d140 # v1.8.0
uses: helm/kind-action@4be822c96b3a80076fb61a4e54a4e89d8d79c9c6 # v1.8.0
with:
cluster_name: ${{ env.clusterName2 }}
version: ${{ env.kind_version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conformance-gateway-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
examples
- name: Create kind cluster
uses: helm/kind-action@dda0770415bac9fc20092cacbc54aa298604d140 # v1.8.0
uses: helm/kind-action@4be822c96b3a80076fb61a4e54a4e89d8d79c9c6 # v1.8.0
with:
version: ${{ env.kind_version }}
config: ${{ env.kind_config }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conformance-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
examples
- name: Create kind cluster
uses: helm/kind-action@dda0770415bac9fc20092cacbc54aa298604d140 # v1.8.0
uses: helm/kind-action@4be822c96b3a80076fb61a4e54a4e89d8d79c9c6 # v1.8.0
with:
version: ${{ env.kind_version }}
config: ${{ env.kind_config }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conformance-k8s-network-policies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
until docker manifest inspect quay.io/${{ env.QUAY_ORGANIZATION_DEV }}/operator-generic-ci:${{ steps.vars.outputs.tag }} &> /dev/null; do sleep 45s; done
- name: Create kind cluster
uses: helm/kind-action@dda0770415bac9fc20092cacbc54aa298604d140 # v1.8.0
uses: helm/kind-action@4be822c96b3a80076fb61a4e54a4e89d8d79c9c6 # v1.8.0
with:
version: ${{ env.KIND_VERSION }}
config: ${{ env.KIND_CONFIG }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conformance-kind-proxy-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
persist-credentials: false

- name: Create kind cluster
uses: helm/kind-action@dda0770415bac9fc20092cacbc54aa298604d140 # v1.8.0
uses: helm/kind-action@4be822c96b3a80076fb61a4e54a4e89d8d79c9c6 # v1.8.0
with:
version: ${{ env.kind_version }}
config: ${{ env.kind_config }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conformance-multi-pool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
install/kubernetes/cilium
- name: Create kind cluster
uses: helm/kind-action@dda0770415bac9fc20092cacbc54aa298604d140 # v1.8.0
uses: helm/kind-action@4be822c96b3a80076fb61a4e54a4e89d8d79c9c6 # v1.8.0
with:
version: ${{ env.kind_version }}
config: ${{ env.kind_config }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests-clustermesh-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
envsubst < ./.github/kind-config.yaml.tmpl > ./.github/kind-config-cluster2.yaml
- name: Create Kind cluster 1
uses: helm/kind-action@dda0770415bac9fc20092cacbc54aa298604d140 # v1.8.0
uses: helm/kind-action@4be822c96b3a80076fb61a4e54a4e89d8d79c9c6 # v1.8.0
with:
cluster_name: ${{ env.clusterName1 }}
version: ${{ env.kind_version }}
Expand All @@ -220,7 +220,7 @@ jobs:
wait: 0 # The control-plane never becomes ready, since no CNI is present

- name: Create Kind cluster 2
uses: helm/kind-action@dda0770415bac9fc20092cacbc54aa298604d140 # v1.8.0
uses: helm/kind-action@4be822c96b3a80076fb61a4e54a4e89d8d79c9c6 # v1.8.0
with:
cluster_name: ${{ env.clusterName2 }}
version: ${{ env.kind_version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-smoke-ipv6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
sudo systemctl restart docker
- name: Create kind cluster
uses: helm/kind-action@dda0770415bac9fc20092cacbc54aa298604d140 # v1.8.0
uses: helm/kind-action@4be822c96b3a80076fb61a4e54a4e89d8d79c9c6 # v1.8.0
with:
version: ${{ env.KIND_VERSION }}
config: ${{ env.KIND_CONFIG }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-smoke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
test -z "$(git status --porcelain)" || (echo "please run 'make -C examples/kubernetes/connectivity-check fmt all' and submit your changes"; exit 1)
- name: Create kind cluster
uses: helm/kind-action@dda0770415bac9fc20092cacbc54aa298604d140 # v1.8.0
uses: helm/kind-action@4be822c96b3a80076fb61a4e54a4e89d8d79c9c6 # v1.8.0
with:
version: ${{ env.KIND_VERSION }}
config: ${{ env.KIND_CONFIG }}
Expand Down

0 comments on commit a758000

Please sign in to comment.