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
4 changes: 2 additions & 2 deletions .github/workflows/check-typos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Spell Check Repo
uses: crate-ci/typos@2d0ce569feab1f8752f1dde43cc2f2aa53236e06 # v1.40.0
uses: crate-ci/typos@57b11c6b7e54c402ccd9cda953f1072ec4f78e33 # v1.43.5
20 changes: 10 additions & 10 deletions .github/workflows/test-client-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Test Git Source with Defaults
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: Test git source with defaults
uses: ./helpers/client-config
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
name: Test Docker Source with Defaults
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: Test docker source with defaults
uses: ./helpers/client-config
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
name: Test Custom Git Versions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: Test custom git versions
uses: ./helpers/client-config
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
name: Test Custom Docker Images
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: Test custom docker images
uses: ./helpers/client-config
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
name: Test Common Client Tag Override (Git)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: Test common client tag with git
uses: ./helpers/client-config
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
name: Test Common Client Tag Override (Docker)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: Test common client tag with docker
uses: ./helpers/client-config
Expand Down Expand Up @@ -253,7 +253,7 @@ jobs:
name: Test Client Config YAML Output (Git)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: Test client config git output
uses: ./helpers/client-config
Expand Down Expand Up @@ -283,7 +283,7 @@ jobs:
name: Test Client Config YAML Output (Docker)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: Test client config docker output
uses: ./helpers/client-config
Expand Down Expand Up @@ -311,7 +311,7 @@ jobs:
name: Test Invalid Client Source
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: Test invalid client source
uses: ./helpers/client-config
Expand All @@ -336,7 +336,7 @@ jobs:
name: Test All Supported Clients
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: Test all clients
uses: ./helpers/client-config
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-custom-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
group: "test-custom-config-${{ github.head_ref || github.ref }}"
cancel-in-progress: true
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: ./
with:
client: go-ethereum
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
group: "test-simple-${{ github.head_ref || github.ref }}"
cancel-in-progress: true
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: ./
with:
client: go-ethereum
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-skip-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
group: "test-skip-tests-${{ github.head_ref || github.ref }}"
cancel-in-progress: true
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: ./
with:
client: go-ethereum
Expand Down
12 changes: 6 additions & 6 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,13 @@ runs:
using: 'composite'
steps:
- name: Install go
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
with:
go-version: ${{ inputs.go_version }}
cache: false

- name: Install docker
uses: docker/setup-docker-action@e61617a16c407a86262fb923c35a616ddbe070b3 # v4.6.0
uses: docker/setup-docker-action@e43656e248c0bd0647d3f5c195d116aacf6fcaf4 # v4.7.0
with:
version: ${{ inputs.docker_version }}

Expand All @@ -106,7 +106,7 @@ runs:
run: sudo systemctl restart docker

- name: Checkout hive
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
repository: ${{ inputs.hive_repository }}
ref: ${{ inputs.hive_version }}
Expand Down Expand Up @@ -178,21 +178,21 @@ runs:

- name: Upload test results as workflow artifact
if: ${{ inputs.workflow_artifact_upload == 'true' && inputs.skip_tests != 'true' }}
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
with:
name: ${{ env.WORKFLOW_ARTIFACT_PREFIX }}-results.zip
path: src/results

- name: Upload client config as workflow artifact
if: ${{ inputs.workflow_artifact_upload == 'true' && inputs.client_config != '' && inputs.skip_tests != 'true' }}
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
with:
name: ${{ env.WORKFLOW_ARTIFACT_PREFIX }}-client-config.yaml
path: src/client-config.yaml

- name: Setup Rclone for S3 upload
if: ${{ inputs.s3_upload == 'true' && env.RUN_SUCCESS == 'true' }}
uses: AnimMouse/setup-rclone@0d99fa3878a334d3e307c1a8372ad55550fdaea7 # v1.11.0
uses: AnimMouse/setup-rclone@26ef2133e09fd383329a1d4c1fbe6a71db1976c9 # v1.12.0
with:
rclone_config: ${{ inputs.rclone_config }}
version: ${{ inputs.rclone_version }}
Expand Down
Loading