From 4cffde50367850ad6cadfa7555711b0512a8e69d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 11:53:24 +0100 Subject: [PATCH] deps: update rhysd/actionlint to v1.7.6 (#3584) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * deps: update rhysd/actionlint to v1.7.6 * deps: tidy all modules * Update macos-12 runners to macos-latest --------- Signed-off-by: Daniel Weiße Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: edgelessci Co-authored-by: Daniel Weiße --- .github/workflows/e2e-test-internal-lb.yml | 2 +- .../workflows/e2e-test-marketplace-image.yml | 2 +- .github/workflows/e2e-test-release.yml | 4 ++-- .../workflows/e2e-test-terraform-provider.yml | 2 +- .github/workflows/e2e-test.yml | 2 +- bazel/toolchains/ci_deps.bzl | 24 +++++++++---------- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/e2e-test-internal-lb.yml b/.github/workflows/e2e-test-internal-lb.yml index cee93f7eb0..818e2abc96 100644 --- a/.github/workflows/e2e-test-internal-lb.yml +++ b/.github/workflows/e2e-test-internal-lb.yml @@ -23,7 +23,7 @@ on: type: choice options: - "ubuntu-24.04" - - "macos-12" + - "macos-latest" default: "ubuntu-24.04" test: description: "The test to run." diff --git a/.github/workflows/e2e-test-marketplace-image.yml b/.github/workflows/e2e-test-marketplace-image.yml index 760df932b1..57afac6bef 100644 --- a/.github/workflows/e2e-test-marketplace-image.yml +++ b/.github/workflows/e2e-test-marketplace-image.yml @@ -23,7 +23,7 @@ on: type: choice options: - "ubuntu-24.04" - - "macos-12" + - "macos-latest" default: "ubuntu-24.04" test: description: "The test to run." diff --git a/.github/workflows/e2e-test-release.yml b/.github/workflows/e2e-test-release.yml index 716c9138d7..844a86e882 100644 --- a/.github/workflows/e2e-test-release.yml +++ b/.github/workflows/e2e-test-release.yml @@ -306,11 +306,11 @@ jobs: # - test: "verify" # attestationVariant: "azure-sev-snp" # kubernetes-version: "v1.30" - # runner: "macos-12" + # runner: "macos-latest" - test: "recover" attestationVariant: "gcp-sev-es" kubernetes-version: "v1.30" - runner: "macos-12" + runner: "macos-latest" clusterCreation: "cli" runs-on: ${{ matrix.runner }} permissions: diff --git a/.github/workflows/e2e-test-terraform-provider.yml b/.github/workflows/e2e-test-terraform-provider.yml index 3c465ab973..780cd74183 100644 --- a/.github/workflows/e2e-test-terraform-provider.yml +++ b/.github/workflows/e2e-test-terraform-provider.yml @@ -23,7 +23,7 @@ on: type: choice options: - "ubuntu-24.04" - - "macos-12" + - "macos-latest" default: "ubuntu-24.04" test: description: "The test to run." diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index 30a649817d..031ba84296 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -24,7 +24,7 @@ on: type: choice options: - "ubuntu-24.04" - - "macos-12" + - "macos-latest" default: "ubuntu-24.04" test: description: "The test to run. The conformance test is only supported for clusterCreation=cli." diff --git a/bazel/toolchains/ci_deps.bzl b/bazel/toolchains/ci_deps.bzl index ec7dc64f41..884f2cec7c 100644 --- a/bazel/toolchains/ci_deps.bzl +++ b/bazel/toolchains/ci_deps.bzl @@ -97,41 +97,41 @@ def _actionlint_deps(): name = "com_github_rhysd_actionlint_linux_amd64", build_file_content = """exports_files(["actionlint"], visibility = ["//visibility:public"])""", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/fc0a6886bbb9a23a39eeec4b176193cadb54ddbe77cdbb19b637933919545395", - "https://github.com/rhysd/actionlint/releases/download/v1.7.4/actionlint_1.7.4_linux_amd64.tar.gz", + "https://cdn.confidential.cloud/constellation/cas/sha256/5d1a70d9de15fee5371e6f9e20cc29b284e814d6ee1b882f9749e91caf716eba", + "https://github.com/rhysd/actionlint/releases/download/v1.7.6/actionlint_1.7.6_linux_amd64.tar.gz", ], type = "tar.gz", - sha256 = "fc0a6886bbb9a23a39eeec4b176193cadb54ddbe77cdbb19b637933919545395", + sha256 = "5d1a70d9de15fee5371e6f9e20cc29b284e814d6ee1b882f9749e91caf716eba", ) http_archive( name = "com_github_rhysd_actionlint_linux_arm64", build_file_content = """exports_files(["actionlint"], visibility = ["//visibility:public"])""", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/ede03682dc955381d057dde95bb85ce9ca418122209a8a313b617d4adec56416", - "https://github.com/rhysd/actionlint/releases/download/v1.7.4/actionlint_1.7.4_linux_arm64.tar.gz", + "https://cdn.confidential.cloud/constellation/cas/sha256/5d8b6b5bf0bc7bbe69a5ea779329eb7825c768248dd0da979d98e39d924abc7f", + "https://github.com/rhysd/actionlint/releases/download/v1.7.6/actionlint_1.7.6_linux_arm64.tar.gz", ], type = "tar.gz", - sha256 = "ede03682dc955381d057dde95bb85ce9ca418122209a8a313b617d4adec56416", + sha256 = "5d8b6b5bf0bc7bbe69a5ea779329eb7825c768248dd0da979d98e39d924abc7f", ) http_archive( name = "com_github_rhysd_actionlint_darwin_amd64", build_file_content = """exports_files(["actionlint"], visibility = ["//visibility:public"])""", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/63a3ba90ee2325afad3ff2e64a4d80688c261e6c68be8e6ab91214637bf936b8", - "https://github.com/rhysd/actionlint/releases/download/v1.7.4/actionlint_1.7.4_darwin_amd64.tar.gz", + "https://cdn.confidential.cloud/constellation/cas/sha256/a57e9862e6b4f6b8398ff134f0e07c9f0047142fb9ea8e7cdc4fee05d24e89f4", + "https://github.com/rhysd/actionlint/releases/download/v1.7.6/actionlint_1.7.6_darwin_amd64.tar.gz", ], type = "tar.gz", - sha256 = "63a3ba90ee2325afad3ff2e64a4d80688c261e6c68be8e6ab91214637bf936b8", + sha256 = "a57e9862e6b4f6b8398ff134f0e07c9f0047142fb9ea8e7cdc4fee05d24e89f4", ) http_archive( name = "com_github_rhysd_actionlint_darwin_arm64", build_file_content = """exports_files(["actionlint"], visibility = ["//visibility:public"])""", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/cbd193bb490f598d77e179261d7b76dfebd049dddede5803ba21cbf6a469aeee", - "https://github.com/rhysd/actionlint/releases/download/v1.7.4/actionlint_1.7.4_darwin_arm64.tar.gz", + "https://cdn.confidential.cloud/constellation/cas/sha256/9a7c9cb2b627bb137ef68742eead2dd5b78f3ddc44876e84c37d323ba28b4710", + "https://github.com/rhysd/actionlint/releases/download/v1.7.6/actionlint_1.7.6_darwin_arm64.tar.gz", ], type = "tar.gz", - sha256 = "cbd193bb490f598d77e179261d7b76dfebd049dddede5803ba21cbf6a469aeee", + sha256 = "9a7c9cb2b627bb137ef68742eead2dd5b78f3ddc44876e84c37d323ba28b4710", ) def _gofumpt_deps():