Skip to content

Commit

Permalink
chore(deps): update all github action dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <bot@renovateapp.com>
  • Loading branch information
renovate[bot] authored and aanm committed Sep 11, 2023
1 parent 824192a commit ccaaa85
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-images-base.yaml
Expand Up @@ -85,7 +85,7 @@ jobs:

- name: Release build cilium-runtime
if: ${{ steps.cilium-runtime-tag-in-repositories.outputs.exists == 'false' }}
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1
uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4.2.1
id: docker_build_release_runtime
with:
provenance: false
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:

- name: Release build cilium-builder
if: ${{ steps.cilium-builder-tag-in-repositories.outputs.exists == 'false' }}
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1
uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4.2.1
id: docker_build_release_builder
with:
provenance: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-images-beta.yaml
Expand Up @@ -96,7 +96,7 @@ jobs:
persist-credentials: false

- name: Release Build ${{ matrix.name }}
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1
uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4.2.1
id: docker_build_release
with:
provenance: false
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/build-images-ci.yaml
Expand Up @@ -124,7 +124,7 @@ jobs:
# Import GitHub's cache build to docker cache
- name: Copy ${{ matrix.name }} Golang cache to docker cache
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1
uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4.2.1
with:
provenance: false
context: /tmp/.cache/${{ matrix.name }}
Expand All @@ -149,7 +149,7 @@ jobs:
# main branch pushes
- name: CI Build ${{ matrix.name }}
if: ${{ github.event_name != 'pull_request_target' }}
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1
uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4.2.1
id: docker_build_ci_main
with:
provenance: false
Expand All @@ -169,7 +169,7 @@ jobs:
- name: CI race detection Build ${{ matrix.name }}
if: ${{ github.event_name != 'pull_request_target' }}
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1
uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4.2.1
id: docker_build_ci_main_detect_race_condition
with:
provenance: false
Expand All @@ -192,7 +192,7 @@ jobs:
- name: CI Unstripped Binaries Build ${{ matrix.name }}
if: ${{ github.event_name != 'pull_request_target' }}
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1
uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4.2.1
id: docker_build_ci_main_unstripped
with:
provenance: false
Expand Down Expand Up @@ -291,7 +291,7 @@ jobs:
# PR updates
- name: CI Build ${{ matrix.name }}
if: ${{ github.event_name == 'pull_request_target' }}
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1
uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4.2.1
id: docker_build_ci_pr
with:
provenance: false
Expand All @@ -307,7 +307,7 @@ jobs:
- name: CI race detection Build ${{ matrix.name }}
if: ${{ github.event_name == 'pull_request_target' }}
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1
uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4.2.1
id: docker_build_ci_pr_detect_race_condition
with:
provenance: false
Expand All @@ -326,7 +326,7 @@ jobs:
- name: CI Unstripped Binaries Build ${{ matrix.name }}
if: ${{ github.event_name == 'pull_request_target' }}
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1
uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4.2.1
id: docker_build_ci_pr_unstripped
with:
provenance: false
Expand Down Expand Up @@ -406,7 +406,7 @@ jobs:
# Store docker's golang's cache build locally only on the main branch
- name: Store ${{ matrix.name }} Golang cache build locally
if: ${{ github.event_name != 'pull_request_target' && steps.cache.outputs.cache-hit != 'true' }}
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1
uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4.2.1
with:
provenance: false
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-images-docs-builder.yaml
Expand Up @@ -75,7 +75,7 @@ jobs:

- name: Build docs-builder image
if: ${{ steps.docs-builder-tag-in-repositories.outputs.exists == 'false' }}
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1
uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4.2.1
id: docker-build-docs-builder
with:
provenance: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-images-hotfixes.yaml
Expand Up @@ -90,7 +90,7 @@ jobs:
persist-credentials: false

- name: Release Build ${{ matrix.name }}
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1
uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4.2.1
id: docker_build_release
with:
provenance: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-images-releases.yaml
Expand Up @@ -90,7 +90,7 @@ jobs:
persist-credentials: false

- name: Release Build ${{ matrix.name }}
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1
uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4.2.1
id: docker_build_release
with:
provenance: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conformance-aws-cni.yaml
Expand Up @@ -58,7 +58,7 @@ env:
CILIUM_CLI_MODE: helm
check_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
# renovate: datasource=github-releases depName=eksctl-io/eksctl
eksctl_version: v0.154.0
eksctl_version: v0.156.0
# renovate: datasource=github-releases depName=kubernetes/kubernetes
kubectl_version: v1.28.1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conformance-eks.yaml
Expand Up @@ -58,7 +58,7 @@ env:
CILIUM_CLI_MODE: helm
check_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
# renovate: datasource=github-releases depName=eksctl-io/eksctl
eksctl_version: v0.154.0
eksctl_version: v0.156.0
# renovate: datasource=github-releases depName=kubernetes/kubernetes
kubectl_version: v1.28.1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conformance-ipsec-e2e.yaml
Expand Up @@ -286,7 +286,7 @@ jobs:
--flush-ct
- name: Rotate IPsec Key & Test (${{ join(matrix.*, ', ') }})
uses: cilium/cilium/.github/actions/conn-disrupt-test@d86f33b098a75f3d7d2dfd3ee6fa1ea033892de4
uses: cilium/cilium/.github/actions/conn-disrupt-test@129e87c1046dc9e925198f55df31337208ea78c0
with:
job-name: conformance-ipsec-e2e-key-rotation-${{ matrix.name }}
operation-cmd: |
Expand Down
Expand Up @@ -247,7 +247,7 @@ jobs:

- name: Upload Kubernetes e2e Junit Reports
if: ${{ success() }}
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
with:
name: kubernetes-e2e-junit
path: './_artifacts/*.xml'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conformance-k8s-kind.yaml
Expand Up @@ -247,7 +247,7 @@ jobs:

- name: Upload Kubernetes e2e Junit Reports [junit]
if: ${{ success() }}
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
with:
name: kubernetes-e2e-junit
path: './_artifacts/*.xml'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container-scan.yaml
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2.10.0
- name: Build local container
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1
uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4.2.1
with:
context: .
tags: ${{ matrix.image.name }}:${{ matrix.branch }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests-ipsec-upgrade.yaml
Expand Up @@ -260,7 +260,7 @@ jobs:
./cilium-cli connectivity test --include-conn-disrupt-test --conn-disrupt-test-setup
- name: Upgrade Cilium & Test (${{ matrix.name }})
uses: cilium/cilium/.github/actions/conn-disrupt-test@d86f33b098a75f3d7d2dfd3ee6fa1ea033892de4
uses: cilium/cilium/.github/actions/conn-disrupt-test@129e87c1046dc9e925198f55df31337208ea78c0
with:
job-name: ipsec-upgrade-${{ matrix.name }}
# Disable no-missed-tail-calls due to https://github.com/cilium/cilium/issues/26739
Expand All @@ -277,7 +277,7 @@ jobs:
kubectl -n kube-system exec daemonset/cilium -- cilium status
- name: Downgrade Cilium to ${{ steps.vars.outputs.downgrade_version }} & Test (${{ matrix.name }})
uses: cilium/cilium/.github/actions/conn-disrupt-test@d86f33b098a75f3d7d2dfd3ee6fa1ea033892de4
uses: cilium/cilium/.github/actions/conn-disrupt-test@129e87c1046dc9e925198f55df31337208ea78c0
with:
job-name: ipsec-downgrade-${{ matrix.name }}
# Disable no-missed-tail-calls due to https://github.com/cilium/cilium/issues/26739
Expand Down

0 comments on commit ccaaa85

Please sign in to comment.