diff --git a/.github/workflows/check-typos.yaml b/.github/workflows/check-typos.yaml index 145b4e0..f1137bc 100644 --- a/.github/workflows/check-typos.yaml +++ b/.github/workflows/check-typos.yaml @@ -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 diff --git a/.github/workflows/test-client-config.yaml b/.github/workflows/test-client-config.yaml index 36352e8..4ff0d0f 100644 --- a/.github/workflows/test-client-config.yaml +++ b/.github/workflows/test-client-config.yaml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/test-custom-config.yaml b/.github/workflows/test-custom-config.yaml index 65155ee..124fd36 100644 --- a/.github/workflows/test-custom-config.yaml +++ b/.github/workflows/test-custom-config.yaml @@ -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 diff --git a/.github/workflows/test-simple.yaml b/.github/workflows/test-simple.yaml index e4f0e24..1e7b159 100644 --- a/.github/workflows/test-simple.yaml +++ b/.github/workflows/test-simple.yaml @@ -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 diff --git a/.github/workflows/test-skip-tests.yaml b/.github/workflows/test-skip-tests.yaml index 3717855..94ab9d8 100644 --- a/.github/workflows/test-skip-tests.yaml +++ b/.github/workflows/test-skip-tests.yaml @@ -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 diff --git a/action.yaml b/action.yaml index 4d55e51..8780492 100644 --- a/action.yaml +++ b/action.yaml @@ -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 }} @@ -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 }} @@ -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 }}