Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/hive-devnet-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-ansible.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/syncoor-generate-index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading