diff --git a/.github/workflows/build-push-beacon-metrics-gazer.yml b/.github/workflows/build-push-beacon-metrics-gazer.yml index a6109d8..a1b7d13 100644 --- a/.github/workflows/build-push-beacon-metrics-gazer.yml +++ b/.github/workflows/build-push-beacon-metrics-gazer.yml @@ -30,7 +30,7 @@ jobs: platforms: ${{ steps.setup.outputs.platforms }} target_tag: ${{ steps.tag.outputs.docker_tag }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Prepare Matrix id: setup uses: ./.github/actions/prepare @@ -57,7 +57,7 @@ jobs: outputs: git_commit_hash: ${{ steps.set_output.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/install-deps with: repository: ${{ inputs.repository }} @@ -88,7 +88,7 @@ jobs: - deploy runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest with: source_repository: ${{ inputs.repository }} diff --git a/.github/workflows/build-push-besu.yml b/.github/workflows/build-push-besu.yml index e332d56..55d0951 100644 --- a/.github/workflows/build-push-besu.yml +++ b/.github/workflows/build-push-besu.yml @@ -30,7 +30,7 @@ jobs: platforms: ${{ steps.setup.outputs.platforms }} target_tag: ${{ steps.tag.outputs.docker_tag }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Prepare Matrix id: setup uses: ./.github/actions/prepare @@ -57,7 +57,7 @@ jobs: outputs: git_commit_hash: ${{ steps.set_output.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/install-deps with: repository: ${{ inputs.repository }} @@ -90,7 +90,7 @@ jobs: - deploy runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest with: source_repository: ${{ inputs.repository }} diff --git a/.github/workflows/build-push-caplin.yml b/.github/workflows/build-push-caplin.yml index be0ec0e..5bfcf20 100644 --- a/.github/workflows/build-push-caplin.yml +++ b/.github/workflows/build-push-caplin.yml @@ -30,7 +30,7 @@ jobs: platforms: ${{ steps.setup.outputs.platforms }} target_tag: ${{ steps.tag.outputs.docker_tag }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Prepare Matrix id: setup uses: ./.github/actions/prepare @@ -57,7 +57,7 @@ jobs: outputs: git_commit_hash: ${{ steps.set_output.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/install-deps with: repository: ${{ inputs.repository }} @@ -89,7 +89,7 @@ jobs: - deploy runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest with: source_repository: ${{ inputs.repository }} diff --git a/.github/workflows/build-push-consensoor.yml b/.github/workflows/build-push-consensoor.yml index 5d676d8..5a02e9f 100644 --- a/.github/workflows/build-push-consensoor.yml +++ b/.github/workflows/build-push-consensoor.yml @@ -30,7 +30,7 @@ jobs: platforms: ${{ steps.setup.outputs.platforms }} target_tag: ${{ steps.tag.outputs.docker_tag }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Prepare Matrix id: setup uses: ./.github/actions/prepare @@ -56,7 +56,7 @@ jobs: outputs: git_commit_hash: ${{ steps.set_output.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/install-deps with: repository: ${{ inputs.repository }} @@ -87,7 +87,7 @@ jobs: - deploy runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest with: source_repository: ${{ inputs.repository }} diff --git a/.github/workflows/build-push-consensus-monitor.yml b/.github/workflows/build-push-consensus-monitor.yml index 06cd27e..cc227d8 100644 --- a/.github/workflows/build-push-consensus-monitor.yml +++ b/.github/workflows/build-push-consensus-monitor.yml @@ -30,7 +30,7 @@ jobs: platforms: ${{ steps.setup.outputs.platforms }} target_tag: ${{ steps.tag.outputs.docker_tag }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Prepare Matrix id: setup uses: ./.github/actions/prepare @@ -57,7 +57,7 @@ jobs: outputs: git_commit_hash: ${{ steps.set_output.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/install-deps with: repository: ${{ inputs.repository }} @@ -89,7 +89,7 @@ jobs: - deploy runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest with: source_repository: ${{ inputs.repository }} diff --git a/.github/workflows/build-push-dummy-el.yml b/.github/workflows/build-push-dummy-el.yml index 90c51b2..6560544 100644 --- a/.github/workflows/build-push-dummy-el.yml +++ b/.github/workflows/build-push-dummy-el.yml @@ -30,7 +30,7 @@ jobs: platforms: ${{ steps.setup.outputs.platforms }} target_tag: ${{ steps.tag.outputs.docker_tag }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Prepare Matrix id: setup uses: ./.github/actions/prepare @@ -57,7 +57,7 @@ jobs: outputs: git_commit_hash: ${{ steps.deploy.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/install-deps with: repository: ${{ inputs.repository }} @@ -83,7 +83,7 @@ jobs: outputs: docker_images: ${{ steps.manifest.outputs.docker_images }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest id: manifest with: diff --git a/.github/workflows/build-push-eleel.yml b/.github/workflows/build-push-eleel.yml index 21898e7..20c47b9 100644 --- a/.github/workflows/build-push-eleel.yml +++ b/.github/workflows/build-push-eleel.yml @@ -30,7 +30,7 @@ jobs: platforms: ${{ steps.setup.outputs.platforms }} target_tag: ${{ steps.tag.outputs.docker_tag }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Prepare Matrix id: setup uses: ./.github/actions/prepare @@ -57,7 +57,7 @@ jobs: outputs: git_commit_hash: ${{ steps.set_output.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/install-deps with: repository: ${{ inputs.repository }} @@ -88,7 +88,7 @@ jobs: - deploy runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest with: source_repository: ${{ inputs.repository }} diff --git a/.github/workflows/build-push-ere-server-zisk.yml b/.github/workflows/build-push-ere-server-zisk.yml index a6db87b..8a886bc 100644 --- a/.github/workflows/build-push-ere-server-zisk.yml +++ b/.github/workflows/build-push-ere-server-zisk.yml @@ -30,7 +30,7 @@ jobs: platforms: ${{ steps.setup.outputs.platforms }} target_tag: ${{ steps.tag.outputs.docker_tag }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Prepare Matrix id: setup uses: ./.github/actions/prepare @@ -56,7 +56,7 @@ jobs: outputs: git_commit_hash: ${{ steps.set_output.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/install-deps with: repository: ${{ inputs.repository }} @@ -88,7 +88,7 @@ jobs: - deploy runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest with: source_repository: ${{ inputs.repository }} diff --git a/.github/workflows/build-push-erigon.yml b/.github/workflows/build-push-erigon.yml index f045043..dea79d7 100644 --- a/.github/workflows/build-push-erigon.yml +++ b/.github/workflows/build-push-erigon.yml @@ -30,7 +30,7 @@ jobs: platforms: ${{ steps.setup.outputs.platforms }} target_tag: ${{ steps.tag.outputs.docker_tag }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Prepare Matrix id: setup uses: ./.github/actions/prepare @@ -57,7 +57,7 @@ jobs: outputs: git_commit_hash: ${{ steps.set_output.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/install-deps with: repository: ${{ inputs.repository }} @@ -89,7 +89,7 @@ jobs: - deploy runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest with: source_repository: ${{ inputs.repository }} diff --git a/.github/workflows/build-push-eth-das-guardian.yml b/.github/workflows/build-push-eth-das-guardian.yml index 299b4d7..46c64b8 100644 --- a/.github/workflows/build-push-eth-das-guardian.yml +++ b/.github/workflows/build-push-eth-das-guardian.yml @@ -30,7 +30,7 @@ jobs: platforms: ${{ steps.setup.outputs.platforms }} target_tag: ${{ steps.tag.outputs.docker_tag }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Prepare Matrix id: setup uses: ./.github/actions/prepare @@ -57,7 +57,7 @@ jobs: outputs: git_commit_hash: ${{ steps.set_output.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/install-deps with: repository: ${{ inputs.repository }} @@ -89,7 +89,7 @@ jobs: - deploy runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest with: source_repository: ${{ inputs.repository }} diff --git a/.github/workflows/build-push-ethereum-genesis-generator.yml b/.github/workflows/build-push-ethereum-genesis-generator.yml index 0020053..3b1827e 100644 --- a/.github/workflows/build-push-ethereum-genesis-generator.yml +++ b/.github/workflows/build-push-ethereum-genesis-generator.yml @@ -30,7 +30,7 @@ jobs: platforms: ${{ steps.setup.outputs.platforms }} target_tag: ${{ steps.tag.outputs.docker_tag }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Prepare Matrix id: setup uses: ./.github/actions/prepare @@ -57,7 +57,7 @@ jobs: outputs: git_commit_hash: ${{ steps.set_output.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/install-deps with: repository: ${{ inputs.repository }} @@ -89,7 +89,7 @@ jobs: - deploy runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest with: source_repository: ${{ inputs.repository }} diff --git a/.github/workflows/build-push-ethrex.yml b/.github/workflows/build-push-ethrex.yml index b073fd9..3f57ab3 100644 --- a/.github/workflows/build-push-ethrex.yml +++ b/.github/workflows/build-push-ethrex.yml @@ -30,7 +30,7 @@ jobs: platforms: ${{ steps.setup.outputs.platforms }} target_tag: ${{ steps.tag.outputs.docker_tag }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Prepare Matrix id: setup uses: ./.github/actions/prepare @@ -57,7 +57,7 @@ jobs: outputs: git_commit_hash: ${{ steps.deploy.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/install-deps with: repository: ${{ inputs.repository }} @@ -85,7 +85,7 @@ jobs: outputs: docker_images: ${{ steps.manifest.outputs.docker_images }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest id: manifest with: diff --git a/.github/workflows/build-push-execution-monitor.yml b/.github/workflows/build-push-execution-monitor.yml index 90be208..c262ba9 100644 --- a/.github/workflows/build-push-execution-monitor.yml +++ b/.github/workflows/build-push-execution-monitor.yml @@ -30,7 +30,7 @@ jobs: platforms: ${{ steps.setup.outputs.platforms }} target_tag: ${{ steps.tag.outputs.docker_tag }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Prepare Matrix id: setup uses: ./.github/actions/prepare @@ -57,7 +57,7 @@ jobs: outputs: git_commit_hash: ${{ steps.set_output.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/install-deps with: repository: ${{ inputs.repository }} @@ -88,7 +88,7 @@ jobs: - deploy runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest with: source_repository: ${{ inputs.repository }} diff --git a/.github/workflows/build-push-flashbots-builder.yml b/.github/workflows/build-push-flashbots-builder.yml index b07f60f..b8a2e3a 100644 --- a/.github/workflows/build-push-flashbots-builder.yml +++ b/.github/workflows/build-push-flashbots-builder.yml @@ -30,7 +30,7 @@ jobs: platforms: ${{ steps.setup.outputs.platforms }} target_tag: ${{ steps.tag.outputs.docker_tag }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Prepare Matrix id: setup uses: ./.github/actions/prepare @@ -57,7 +57,7 @@ jobs: outputs: git_commit_hash: ${{ steps.set_output.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/install-deps with: repository: ${{ inputs.repository }} @@ -89,7 +89,7 @@ jobs: - deploy runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest with: source_repository: ${{ inputs.repository }} diff --git a/.github/workflows/build-push-fuzztools.yml b/.github/workflows/build-push-fuzztools.yml index 555ba08..cf98b4e 100644 --- a/.github/workflows/build-push-fuzztools.yml +++ b/.github/workflows/build-push-fuzztools.yml @@ -30,7 +30,7 @@ jobs: platforms: ${{ steps.setup.outputs.platforms }} target_tag: ${{ steps.tag.outputs.docker_tag }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Prepare Matrix id: setup uses: ./.github/actions/prepare @@ -56,7 +56,7 @@ jobs: outputs: git_commit_hash: ${{ steps.set_output.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/install-deps with: repository: ${{ inputs.repository }} @@ -88,7 +88,7 @@ jobs: - deploy runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest with: source_repository: ${{ inputs.repository }} diff --git a/.github/workflows/build-push-geth.yml b/.github/workflows/build-push-geth.yml index 8f6e2b2..f8c364b 100644 --- a/.github/workflows/build-push-geth.yml +++ b/.github/workflows/build-push-geth.yml @@ -30,7 +30,7 @@ jobs: platforms: ${{ steps.setup.outputs.platforms }} target_tag: ${{ steps.tag.outputs.docker_tag }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Prepare Matrix id: setup uses: ./.github/actions/prepare @@ -57,7 +57,7 @@ jobs: outputs: git_commit_hash: ${{ steps.deploy.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/install-deps with: repository: ${{ inputs.repository }} @@ -85,7 +85,7 @@ jobs: outputs: docker_images: ${{ steps.manifest.outputs.docker_images }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest id: manifest with: diff --git a/.github/workflows/build-push-goevmlab.yml b/.github/workflows/build-push-goevmlab.yml index 0149e6c..5c2ba6a 100644 --- a/.github/workflows/build-push-goevmlab.yml +++ b/.github/workflows/build-push-goevmlab.yml @@ -30,7 +30,7 @@ jobs: platforms: ${{ steps.setup.outputs.platforms }} target_tag: ${{ steps.tag.outputs.docker_tag }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Prepare Matrix id: setup uses: ./.github/actions/prepare @@ -57,7 +57,7 @@ jobs: outputs: git_commit_hash: ${{ steps.set_output.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/install-deps with: repository: ${{ inputs.repository }} @@ -90,7 +90,7 @@ jobs: - deploy runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest with: source_repository: ${{ inputs.repository }} diff --git a/.github/workflows/build-push-goteth.yml b/.github/workflows/build-push-goteth.yml index e271717..0e28412 100644 --- a/.github/workflows/build-push-goteth.yml +++ b/.github/workflows/build-push-goteth.yml @@ -30,7 +30,7 @@ jobs: platforms: ${{ steps.setup.outputs.platforms }} target_tag: ${{ steps.tag.outputs.docker_tag }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: submodules: true - name: Prepare Matrix @@ -59,7 +59,7 @@ jobs: outputs: git_commit_hash: ${{ steps.set_output.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/install-deps with: repository: ${{ inputs.repository }} @@ -91,7 +91,7 @@ jobs: - deploy runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest with: source_repository: ${{ inputs.repository }} diff --git a/.github/workflows/build-push-grandine.yml b/.github/workflows/build-push-grandine.yml index 522c914..a53a06d 100644 --- a/.github/workflows/build-push-grandine.yml +++ b/.github/workflows/build-push-grandine.yml @@ -34,7 +34,7 @@ jobs: platforms: ${{ steps.setup.outputs.platforms }} target_tag: ${{ steps.tag.outputs.docker_tag }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Prepare Matrix id: setup uses: ./.github/actions/prepare @@ -61,7 +61,7 @@ jobs: outputs: git_commit_hash: ${{ steps.set_output.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/install-deps with: repository: ${{ inputs.repository }} @@ -101,7 +101,7 @@ jobs: outputs: git_commit_hash: ${{ steps.set_output.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/install-deps with: repository: ${{ inputs.repository }} @@ -135,7 +135,7 @@ jobs: - deploy runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest with: source_repository: ${{ inputs.repository }} @@ -156,7 +156,7 @@ jobs: - deploy-minimal runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest with: source_repository: ${{ inputs.repository }} diff --git a/.github/workflows/build-push-lighthouse.yml b/.github/workflows/build-push-lighthouse.yml index 67dd73f..cbdf6a6 100644 --- a/.github/workflows/build-push-lighthouse.yml +++ b/.github/workflows/build-push-lighthouse.yml @@ -35,7 +35,7 @@ jobs: platforms: ${{ steps.setup.outputs.platforms }} target_tag: ${{ steps.tag.outputs.docker_tag }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Prepare Matrix id: setup uses: ./.github/actions/prepare @@ -62,7 +62,7 @@ jobs: outputs: git_commit_hash: ${{ steps.set_output.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/install-deps with: repository: ${{ inputs.repository }} @@ -96,7 +96,7 @@ jobs: - deploy runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest with: source_repository: ${{ inputs.repository }} diff --git a/.github/workflows/build-push-lodestar.yml b/.github/workflows/build-push-lodestar.yml index e50eb1c..17e99cd 100644 --- a/.github/workflows/build-push-lodestar.yml +++ b/.github/workflows/build-push-lodestar.yml @@ -30,7 +30,7 @@ jobs: platforms: ${{ steps.setup.outputs.platforms }} target_tag: ${{ steps.tag.outputs.docker_tag }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Prepare Matrix id: setup uses: ./.github/actions/prepare @@ -57,7 +57,7 @@ jobs: outputs: git_commit_hash: ${{ steps.set_output.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/install-deps with: repository: ${{ inputs.repository }} @@ -92,7 +92,7 @@ jobs: - deploy runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest with: source_repository: ${{ inputs.repository }} diff --git a/.github/workflows/build-push-meth.yml b/.github/workflows/build-push-meth.yml index b1b036b..76063f0 100644 --- a/.github/workflows/build-push-meth.yml +++ b/.github/workflows/build-push-meth.yml @@ -34,7 +34,7 @@ jobs: platforms: ${{ steps.setup.outputs.platforms }} target_tag: ${{ steps.tag.outputs.docker_tag }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Prepare Matrix id: setup uses: ./.github/actions/prepare @@ -61,7 +61,7 @@ jobs: outputs: git_commit_hash: ${{ steps.deploy.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/install-deps with: repository: ${{ inputs.repository }} @@ -90,7 +90,7 @@ jobs: outputs: docker_images: ${{ steps.manifest.outputs.docker_images }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest id: manifest with: diff --git a/.github/workflows/build-push-mev-boost-relay.yml b/.github/workflows/build-push-mev-boost-relay.yml index 14209ee..979579c 100644 --- a/.github/workflows/build-push-mev-boost-relay.yml +++ b/.github/workflows/build-push-mev-boost-relay.yml @@ -34,7 +34,7 @@ jobs: platforms: ${{ steps.setup.outputs.platforms }} target_tag: ${{ steps.tag.outputs.docker_tag }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Prepare Matrix id: setup uses: ./.github/actions/prepare @@ -61,13 +61,13 @@ jobs: outputs: git_commit_hash: ${{ steps.set_output.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/install-deps with: repository: ${{ inputs.repository }} # Check out source repository to get commit hash - name: Check out source repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: repository: ${{ inputs.repository }} path: source @@ -108,7 +108,7 @@ jobs: - deploy runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest with: source_repository: ${{ inputs.repository }} diff --git a/.github/workflows/build-push-mev-boost.yml b/.github/workflows/build-push-mev-boost.yml index a427d2c..6f29df7 100644 --- a/.github/workflows/build-push-mev-boost.yml +++ b/.github/workflows/build-push-mev-boost.yml @@ -35,7 +35,7 @@ jobs: platforms: ${{ steps.setup.outputs.platforms }} target_tag: ${{ steps.tag.outputs.docker_tag }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Prepare Matrix id: setup uses: ./.github/actions/prepare @@ -62,13 +62,13 @@ jobs: outputs: git_commit_hash: ${{ steps.set_output.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/install-deps with: repository: ${{ inputs.repository }} # Check out source repository to get commit hash - name: Check out source repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: repository: ${{ inputs.repository }} path: source @@ -109,7 +109,7 @@ jobs: - deploy runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest with: source_repository: ${{ inputs.repository }} diff --git a/.github/workflows/build-push-mev-rs.yml b/.github/workflows/build-push-mev-rs.yml index 8fcde5a..357d988 100644 --- a/.github/workflows/build-push-mev-rs.yml +++ b/.github/workflows/build-push-mev-rs.yml @@ -35,7 +35,7 @@ jobs: platforms: ${{ steps.setup.outputs.platforms }} target_tag: ${{ steps.tag.outputs.docker_tag }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Prepare Matrix id: setup uses: ./.github/actions/prepare @@ -62,7 +62,7 @@ jobs: outputs: git_commit_hash: ${{ steps.set_output.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/install-deps with: repository: ${{ inputs.repository }} @@ -95,7 +95,7 @@ jobs: - deploy runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest with: source_repository: ${{ inputs.repository }} diff --git a/.github/workflows/build-push-nethermind.yml b/.github/workflows/build-push-nethermind.yml index 1914f42..6b43db4 100644 --- a/.github/workflows/build-push-nethermind.yml +++ b/.github/workflows/build-push-nethermind.yml @@ -30,7 +30,7 @@ jobs: platforms: ${{ steps.setup.outputs.platforms }} target_tag: ${{ steps.tag.outputs.docker_tag }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Prepare Matrix id: setup uses: ./.github/actions/prepare @@ -57,7 +57,7 @@ jobs: outputs: git_commit_hash: ${{ steps.set_output.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/install-deps with: repository: ${{ inputs.repository }} @@ -89,7 +89,7 @@ jobs: - deploy runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest with: source_repository: ${{ inputs.repository }} diff --git a/.github/workflows/build-push-nevermind.yml b/.github/workflows/build-push-nevermind.yml index d8bf97d..ef65428 100644 --- a/.github/workflows/build-push-nevermind.yml +++ b/.github/workflows/build-push-nevermind.yml @@ -34,7 +34,7 @@ jobs: platforms: ${{ steps.setup.outputs.platforms }} target_tag: ${{ steps.tag.outputs.docker_tag }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Prepare Matrix id: setup uses: ./.github/actions/prepare @@ -61,7 +61,7 @@ jobs: outputs: git_commit_hash: ${{ steps.set_output.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/install-deps with: repository: ${{ inputs.repository }} @@ -94,7 +94,7 @@ jobs: - deploy runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest with: source_repository: ${{ inputs.repository }} diff --git a/.github/workflows/build-push-nimbus-eth1.yml b/.github/workflows/build-push-nimbus-eth1.yml index e3a0eaf..bfd8d0c 100644 --- a/.github/workflows/build-push-nimbus-eth1.yml +++ b/.github/workflows/build-push-nimbus-eth1.yml @@ -30,7 +30,7 @@ jobs: platforms: ${{ steps.setup.outputs.platforms }} target_tag: ${{ steps.tag.outputs.docker_tag }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Prepare Matrix id: setup uses: ./.github/actions/prepare @@ -57,7 +57,7 @@ jobs: outputs: git_commit_hash: ${{ steps.set_output.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/install-deps with: repository: ${{ inputs.repository }} @@ -89,7 +89,7 @@ jobs: - deploy runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest with: source_repository: ${{ inputs.repository }} diff --git a/.github/workflows/build-push-nimbus-eth2.yml b/.github/workflows/build-push-nimbus-eth2.yml index c6807fa..b7bfedf 100644 --- a/.github/workflows/build-push-nimbus-eth2.yml +++ b/.github/workflows/build-push-nimbus-eth2.yml @@ -30,7 +30,7 @@ jobs: platforms: ${{ steps.setup.outputs.platforms }} target_tag: ${{ steps.tag.outputs.docker_tag }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Prepare Matrix id: setup uses: ./.github/actions/prepare @@ -57,7 +57,7 @@ jobs: outputs: git_commit_hash: ${{ steps.set_output.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/install-deps with: repository: ${{ inputs.repository }} @@ -95,7 +95,7 @@ jobs: outputs: git_commit_hash: ${{ steps.set_output.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/install-deps with: repository: ${{ inputs.repository }} @@ -130,7 +130,7 @@ jobs: outputs: git_commit_hash: ${{ steps.set_output.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/deploy id: deploy with: @@ -165,7 +165,7 @@ jobs: outputs: git_commit_hash: ${{ steps.set_output.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/deploy id: deploy with: @@ -195,7 +195,7 @@ jobs: - deploy-beacon runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest with: source_repository: ${{ inputs.repository }} @@ -216,7 +216,7 @@ jobs: - deploy-beacon-minimal runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest with: source_repository: ${{ inputs.repository }} @@ -237,7 +237,7 @@ jobs: - deploy-validator runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest with: source_repository: ${{ inputs.repository }} @@ -258,7 +258,7 @@ jobs: - deploy-validator-minimal runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest with: source_repository: ${{ inputs.repository }} diff --git a/.github/workflows/build-push-prysm.yml b/.github/workflows/build-push-prysm.yml index 874a2fc..825454c 100644 --- a/.github/workflows/build-push-prysm.yml +++ b/.github/workflows/build-push-prysm.yml @@ -38,7 +38,7 @@ jobs: platforms: ${{ steps.setup.outputs.platforms }} target_tag: ${{ steps.tag.outputs.docker_tag }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Prepare Matrix id: setup uses: ./.github/actions/prepare @@ -65,7 +65,7 @@ jobs: outputs: git_commit_hash: ${{ steps.set_output.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/install-deps with: repository: ${{ inputs.repository }} @@ -103,7 +103,7 @@ jobs: outputs: git_commit_hash: ${{ steps.set_output.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/install-deps with: repository: ${{ inputs.repository }} @@ -138,7 +138,7 @@ jobs: outputs: git_commit_hash: ${{ steps.set_output.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/install-deps with: repository: ${{ inputs.repository }} @@ -173,7 +173,7 @@ jobs: outputs: git_commit_hash: ${{ steps.set_output.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/install-deps with: repository: ${{ inputs.repository }} @@ -203,7 +203,7 @@ jobs: - deploy-beacon runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest with: source_repository: ${{ inputs.repository }} @@ -224,7 +224,7 @@ jobs: - deploy-beacon-minimal runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest with: source_repository: ${{ inputs.repository }} @@ -245,7 +245,7 @@ jobs: - deploy-validator runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest with: source_repository: ${{ inputs.repository }} @@ -266,7 +266,7 @@ jobs: - deploy-validator-minimal runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest with: source_repository: ${{ inputs.repository }} diff --git a/.github/workflows/build-push-ream.yml b/.github/workflows/build-push-ream.yml index 2593293..ff18fb2 100644 --- a/.github/workflows/build-push-ream.yml +++ b/.github/workflows/build-push-ream.yml @@ -30,7 +30,7 @@ jobs: platforms: ${{ steps.setup.outputs.platforms }} target_tag: ${{ steps.tag.outputs.docker_tag }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Prepare Matrix id: setup uses: ./.github/actions/prepare @@ -57,7 +57,7 @@ jobs: outputs: git_commit_hash: ${{ steps.set_output.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/install-deps with: repository: ${{ inputs.repository }} @@ -88,7 +88,7 @@ jobs: - deploy runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest with: source_repository: ${{ inputs.repository }} diff --git a/.github/workflows/build-push-reth-rbuilder.yml b/.github/workflows/build-push-reth-rbuilder.yml index 3afed9e..82b0330 100644 --- a/.github/workflows/build-push-reth-rbuilder.yml +++ b/.github/workflows/build-push-reth-rbuilder.yml @@ -35,7 +35,7 @@ jobs: platforms: ${{ steps.setup.outputs.platforms }} target_tag: ${{ steps.tag.outputs.docker_tag }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Prepare Matrix id: setup uses: ./.github/actions/prepare @@ -62,7 +62,7 @@ jobs: outputs: git_commit_hash: ${{ steps.set_output.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/install-deps with: repository: ${{ inputs.repository }} @@ -96,7 +96,7 @@ jobs: - deploy runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest with: source_repository: ${{ inputs.repository }} diff --git a/.github/workflows/build-push-reth.yml b/.github/workflows/build-push-reth.yml index 6ad8008..5f1fc8b 100644 --- a/.github/workflows/build-push-reth.yml +++ b/.github/workflows/build-push-reth.yml @@ -30,7 +30,7 @@ jobs: platforms: ${{ steps.setup.outputs.platforms }} target_tag: ${{ steps.tag.outputs.docker_tag }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Prepare Matrix id: setup uses: ./.github/actions/prepare @@ -57,7 +57,7 @@ jobs: outputs: git_commit_hash: ${{ steps.set_output.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/install-deps with: repository: ${{ inputs.repository }} @@ -89,7 +89,7 @@ jobs: - deploy runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest with: source_repository: ${{ inputs.repository }} diff --git a/.github/workflows/build-push-rustic-builder.yml b/.github/workflows/build-push-rustic-builder.yml index cfd95f1..15ab923 100644 --- a/.github/workflows/build-push-rustic-builder.yml +++ b/.github/workflows/build-push-rustic-builder.yml @@ -30,7 +30,7 @@ jobs: platforms: ${{ steps.setup.outputs.platforms }} target_tag: ${{ steps.tag.outputs.docker_tag }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Prepare Matrix id: setup uses: ./.github/actions/prepare @@ -57,7 +57,7 @@ jobs: outputs: git_commit_hash: ${{ steps.set_output.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/install-deps with: repository: ${{ inputs.repository }} @@ -89,7 +89,7 @@ jobs: - deploy runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest with: source_repository: ${{ inputs.repository }} diff --git a/.github/workflows/build-push-slashoor.yml b/.github/workflows/build-push-slashoor.yml index b2eda2b..e74db2b 100644 --- a/.github/workflows/build-push-slashoor.yml +++ b/.github/workflows/build-push-slashoor.yml @@ -30,7 +30,7 @@ jobs: platforms: ${{ steps.setup.outputs.platforms }} target_tag: ${{ steps.tag.outputs.docker_tag }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Prepare Matrix id: setup uses: ./.github/actions/prepare @@ -57,7 +57,7 @@ jobs: outputs: git_commit_hash: ${{ steps.set_output.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/install-deps with: repository: ${{ inputs.repository }} @@ -88,7 +88,7 @@ jobs: - deploy runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest with: source_repository: ${{ inputs.repository }} diff --git a/.github/workflows/build-push-syncoor.yml b/.github/workflows/build-push-syncoor.yml index 453923a..83eac31 100644 --- a/.github/workflows/build-push-syncoor.yml +++ b/.github/workflows/build-push-syncoor.yml @@ -30,7 +30,7 @@ jobs: platforms: ${{ steps.setup.outputs.platforms }} target_tag: ${{ steps.tag.outputs.docker_tag }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Prepare Matrix id: setup uses: ./.github/actions/prepare @@ -57,7 +57,7 @@ jobs: outputs: git_commit_hash: ${{ steps.set_output.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/install-deps with: repository: ${{ inputs.repository }} @@ -89,7 +89,7 @@ jobs: - deploy runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest with: source_repository: ${{ inputs.repository }} diff --git a/.github/workflows/build-push-teku.yml b/.github/workflows/build-push-teku.yml index 283fb17..cd7adca 100644 --- a/.github/workflows/build-push-teku.yml +++ b/.github/workflows/build-push-teku.yml @@ -30,7 +30,7 @@ jobs: platforms: ${{ steps.setup.outputs.platforms }} target_tag: ${{ steps.tag.outputs.docker_tag }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Prepare Matrix id: setup uses: ./.github/actions/prepare @@ -57,7 +57,7 @@ jobs: outputs: git_commit_hash: ${{ steps.set_output.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/install-deps with: repository: ${{ inputs.repository }} @@ -90,7 +90,7 @@ jobs: - deploy runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest with: source_repository: ${{ inputs.repository }} diff --git a/.github/workflows/build-push-trueblocks.yml b/.github/workflows/build-push-trueblocks.yml index 68b8423..884be19 100644 --- a/.github/workflows/build-push-trueblocks.yml +++ b/.github/workflows/build-push-trueblocks.yml @@ -30,7 +30,7 @@ jobs: platforms: ${{ steps.setup.outputs.platforms }} target_tag: ${{ steps.tag.outputs.docker_tag }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Prepare Matrix id: setup uses: ./.github/actions/prepare @@ -57,7 +57,7 @@ jobs: outputs: git_commit_hash: ${{ steps.set_output.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/install-deps with: repository: ${{ inputs.repository }} @@ -89,7 +89,7 @@ jobs: - deploy runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest with: source_repository: ${{ inputs.repository }} diff --git a/.github/workflows/build-push-tx-fuzz.yml b/.github/workflows/build-push-tx-fuzz.yml index d69682e..081d003 100644 --- a/.github/workflows/build-push-tx-fuzz.yml +++ b/.github/workflows/build-push-tx-fuzz.yml @@ -30,7 +30,7 @@ jobs: platforms: ${{ steps.setup.outputs.platforms }} target_tag: ${{ steps.tag.outputs.docker_tag }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Prepare Matrix id: setup uses: ./.github/actions/prepare @@ -57,7 +57,7 @@ jobs: outputs: git_commit_hash: ${{ steps.set_output.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/install-deps with: repository: ${{ inputs.repository }} @@ -89,7 +89,7 @@ jobs: - deploy runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest with: source_repository: ${{ inputs.repository }} diff --git a/.github/workflows/build-push-vibehouse.yml b/.github/workflows/build-push-vibehouse.yml index b67c45c..ca55cdb 100644 --- a/.github/workflows/build-push-vibehouse.yml +++ b/.github/workflows/build-push-vibehouse.yml @@ -35,7 +35,7 @@ jobs: platforms: ${{ steps.setup.outputs.platforms }} target_tag: ${{ steps.tag.outputs.docker_tag }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Prepare Matrix id: setup uses: ./.github/actions/prepare @@ -62,7 +62,7 @@ jobs: outputs: git_commit_hash: ${{ steps.set_output.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/install-deps with: repository: ${{ inputs.repository }} @@ -95,7 +95,7 @@ jobs: - deploy runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest with: source_repository: ${{ inputs.repository }} diff --git a/.github/workflows/build-push-zeam.yml b/.github/workflows/build-push-zeam.yml index f334e2e..5c17ad3 100644 --- a/.github/workflows/build-push-zeam.yml +++ b/.github/workflows/build-push-zeam.yml @@ -30,7 +30,7 @@ jobs: platforms: ${{ steps.setup.outputs.platforms }} target_tag: ${{ steps.tag.outputs.docker_tag }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Prepare Matrix id: setup uses: ./.github/actions/prepare @@ -57,7 +57,7 @@ jobs: outputs: git_commit_hash: ${{ steps.set_output.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/install-deps with: repository: ${{ inputs.repository }} @@ -88,7 +88,7 @@ jobs: - deploy runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest with: source_repository: ${{ inputs.repository }} diff --git a/.github/workflows/build-push-zkboost.yml b/.github/workflows/build-push-zkboost.yml index bfac0cc..5d30303 100644 --- a/.github/workflows/build-push-zkboost.yml +++ b/.github/workflows/build-push-zkboost.yml @@ -30,7 +30,7 @@ jobs: platforms: ${{ steps.setup.outputs.platforms }} target_tag: ${{ steps.tag.outputs.docker_tag }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Prepare Matrix id: setup uses: ./.github/actions/prepare @@ -56,7 +56,7 @@ jobs: outputs: git_commit_hash: ${{ steps.set_output.outputs.git_commit_hash }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/install-deps with: repository: ${{ inputs.repository }} @@ -88,7 +88,7 @@ jobs: - deploy runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest with: source_repository: ${{ inputs.repository }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8a9ea8b..817f141 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -81,7 +81,7 @@ jobs: git_commit_hash: ${{ steps.set_output.outputs.git_commit_hash }} git_commit_hash_full: ${{ steps.set_output.outputs.git_commit_hash_full }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/install-deps with: repository: ${{ inputs.source_repository }} @@ -116,7 +116,7 @@ jobs: needs: deploy runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/manifest with: platforms: ${{ inputs.platforms }} diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index 0207dfe..6f4c71f 100644 --- a/.github/workflows/scheduled.yml +++ b/.github/workflows/scheduled.yml @@ -15,8 +15,8 @@ jobs: outputs: configs: ${{ steps.repo_check.outputs.configs }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - - uses: mikefarah/yq@751d8ad57b84f1794661bc70c0afb92a22ad7b3c # v4.53.2 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: mikefarah/yq@1b9b4ac5187171d2e5e3129be0cfa827c7f9d53d # v4.53.3 - name: Set up Python uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: diff --git a/.github/workflows/vet.yml b/.github/workflows/vet.yml index 47eb3db..9f265b8 100644 --- a/.github/workflows/vet.yml +++ b/.github/workflows/vet.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Setup Python uses: actions/setup-python@v6 with: @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Setup Python uses: actions/setup-python@v6 with: @@ -37,7 +37,7 @@ jobs: run: pip install PyYAML - name: Generate config.yaml run: python3 generate_config.py - - uses: mikefarah/yq@751d8ad57b84f1794661bc70c0afb92a22ad7b3c # v4.53.2 + - uses: mikefarah/yq@1b9b4ac5187171d2e5e3129be0cfa827c7f9d53d # v4.53.3 - name: duplicate repository tag check run: | OUTPUT=$(yq 'group_by(.target.repository + ":" + .target.tag) | map(select(length>1))' config.yaml)