From a338fd29f5a000deb6c798728646f6d255a7d5f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 17:48:41 +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/hive-devnet-2-quick.yaml | 8 ++++---- .github/workflows/hive-devnet-2.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 +- 7 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/hive-devnet-1.yaml b/.github/workflows/hive-devnet-1.yaml index e2ce26e..9319c26 100644 --- a/.github/workflows/hive-devnet-1.yaml +++ b/.github/workflows/hive-devnet-1.yaml @@ -122,7 +122,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 @@ -132,7 +132,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 @@ -178,14 +178,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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - 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/hive-devnet-2-quick.yaml b/.github/workflows/hive-devnet-2-quick.yaml index dfbabcc..27c8ec5 100644 --- a/.github/workflows/hive-devnet-2-quick.yaml +++ b/.github/workflows/hive-devnet-2-quick.yaml @@ -100,7 +100,7 @@ jobs: client_config: ${{ steps.client_config.outputs.client_config }} client_source: ${{ inputs.client_source || 'git' }} steps: - - uses: ethpandaops/hive-github-action/helpers/client-config@1aa8d73dad34de13afbb3113ab16c1a462d2fbc3 # v0.5.0 + - uses: ethpandaops/hive-github-action/helpers/client-config@895b0a9d7286bf39d88d25a734da0ac8346a9c80 # v0.6.1 name: "Client config" id: client_config with: @@ -143,14 +143,14 @@ jobs: "ethereum/eels/consume-engine" '))}} steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - uses: ethpandaops/hive-github-action/helpers/self-hosted-runner-dependencies@1aa8d73dad34de13afbb3113ab16c1a462d2fbc3 # v0.5.0 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - 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@1aa8d73dad34de13afbb3113ab16c1a462d2fbc3 # v0.5.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/hive-devnet-2.yaml b/.github/workflows/hive-devnet-2.yaml index 2b4a389..754c598 100644 --- a/.github/workflows/hive-devnet-2.yaml +++ b/.github/workflows/hive-devnet-2.yaml @@ -122,7 +122,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 @@ -132,7 +132,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 @@ -178,14 +178,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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - 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..c4ffe68 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - 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..c191517 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - 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..cc40974 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - 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..6e741af 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Run Index Generator uses: ethpandaops/syncoor@master