From 87d7fb6a05197da888babec3970784dab505d24c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 15:06:08 +0000 Subject: [PATCH] chore(deps): bump the actions group with 2 updates Bumps the actions group with 2 updates: [ethpandaops/hive-github-action](https://github.com/ethpandaops/hive-github-action) and [actions/checkout](https://github.com/actions/checkout). Updates `ethpandaops/hive-github-action` from 0.6.0 to 0.6.1 - [Release notes](https://github.com/ethpandaops/hive-github-action/releases) - [Changelog](https://github.com/ethpandaops/hive-github-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/ethpandaops/hive-github-action/compare/ef42b1df92b6984a473db62f5a76c32136eda6ce...895b0a9d7286bf39d88d25a734da0ac8346a9c80) Updates `actions/checkout` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/08c6903cd8c0fde910a37f88322edcfb5dd907a8...1af3b93b6815bc44a9784bd300feb67ff0d1eeb3) --- updated-dependencies: - dependency-name: ethpandaops/hive-github-action dependency-version: 0.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/hive-devnet-1.yaml | 10 +++++----- .github/workflows/lint-ansible.yaml | 2 +- .github/workflows/lint-helm.yaml | 2 +- .github/workflows/lint-terraform.yaml | 2 +- .github/workflows/syncoor-generate-index.yaml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/hive-devnet-1.yaml b/.github/workflows/hive-devnet-1.yaml index f1bbb92..e362217 100644 --- a/.github/workflows/hive-devnet-1.yaml +++ b/.github/workflows/hive-devnet-1.yaml @@ -124,7 +124,7 @@ jobs: inputs.client_source }} steps: - - uses: ethpandaops/hive-github-action/helpers/client-config@ef42b1df92b6984a473db62f5a76c32136eda6ce # v0.6.0 + - uses: ethpandaops/hive-github-action/helpers/client-config@895b0a9d7286bf39d88d25a734da0ac8346a9c80 # v0.6.1 if: github.event_name == 'schedule' name: "Client config: schedule" id: client_config_schedule @@ -134,7 +134,7 @@ jobs: hive_version: "ethereum/hive@master" goproxy: ${{ env.GOPROXY }} - - uses: ethpandaops/hive-github-action/helpers/client-config@ef42b1df92b6984a473db62f5a76c32136eda6ce # v0.6.0 + - uses: ethpandaops/hive-github-action/helpers/client-config@895b0a9d7286bf39d88d25a734da0ac8346a9c80 # v0.6.1 if: github.event_name == 'workflow_dispatch' name: "Client config: workflow_dispatch" id: client_config_dispatch @@ -180,14 +180,14 @@ jobs: "ethereum/eels/consume-rlp" '))}} steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - uses: ethpandaops/hive-github-action/helpers/self-hosted-runner-dependencies@ef42b1df92b6984a473db62f5a76c32136eda6ce # v0.6.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: ethpandaops/hive-github-action/helpers/self-hosted-runner-dependencies@895b0a9d7286bf39d88d25a734da0ac8346a9c80 # v0.6.1 if: runner.environment != 'github-hosted' - uses: ethpandaops/actions/docker-login@a91b7a8dd6a264f5e845ac2aa52d2d6f24e6d01d with: username: ethpandaops password: ${{ secrets.DOCKERHUB_TOKEN }} - - uses: ethpandaops/hive-github-action@ef42b1df92b6984a473db62f5a76c32136eda6ce # v0.6.0 + - uses: ethpandaops/hive-github-action@895b0a9d7286bf39d88d25a734da0ac8346a9c80 # v0.6.1 with: hive_repository: ${{ needs.prepare.outputs.hive_repo }} hive_version: ${{ needs.prepare.outputs.hive_tag }} diff --git a/.github/workflows/lint-ansible.yaml b/.github/workflows/lint-ansible.yaml index 6322756..177e55d 100644 --- a/.github/workflows/lint-ansible.yaml +++ b/.github/workflows/lint-ansible.yaml @@ -19,7 +19,7 @@ jobs: ansible-lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - uses: ./.github/actions/setup - name: Install ansible role/collection dependencies working-directory: ./ansible diff --git a/.github/workflows/lint-helm.yaml b/.github/workflows/lint-helm.yaml index 0a2a0f8..c2adda4 100644 --- a/.github/workflows/lint-helm.yaml +++ b/.github/workflows/lint-helm.yaml @@ -20,7 +20,7 @@ jobs: helm-lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - uses: ./.github/actions/setup - name: Check if kubernetes/*/* is not empty id: check-kubernetes-directory diff --git a/.github/workflows/lint-terraform.yaml b/.github/workflows/lint-terraform.yaml index 4cf5121..61c44d6 100644 --- a/.github/workflows/lint-terraform.yaml +++ b/.github/workflows/lint-terraform.yaml @@ -19,7 +19,7 @@ jobs: terraform-lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - uses: ./.github/actions/setup - name: Lint working-directory: ./terraform diff --git a/.github/workflows/syncoor-generate-index.yaml b/.github/workflows/syncoor-generate-index.yaml index d11ee27..bc4b12e 100644 --- a/.github/workflows/syncoor-generate-index.yaml +++ b/.github/workflows/syncoor-generate-index.yaml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Run Index Generator uses: ethpandaops/syncoor@master