diff --git a/.github/workflows/hive.yaml b/.github/workflows/hive.yaml index 77679f9..4737dcb 100644 --- a/.github/workflows/hive.yaml +++ b/.github/workflows/hive.yaml @@ -116,7 +116,7 @@ jobs: steps.client_config_dispatch.outputs.client_config }} 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 @@ -125,7 +125,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 @@ -173,14 +173,14 @@ jobs: exclude: - simulator: 'ethereum/eels/consume-sync' 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - 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 }} @@ -209,14 +209,14 @@ jobs: group: ${{ github.head_ref || inputs }}-sync-matrix if: contains(inputs.simulator || 'ethereum/eels/consume-sync', 'ethereum/eels/consume-sync') 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - 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..94353c8 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 - 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..fb56733 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 - 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..454499c 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 - 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 aed5612..5865359 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 - name: Run Index Generator uses: ethpandaops/syncoor@master