From c48abefbe025aef7865baf2c8ef489f70e83325c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 19:17:02 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 11bd719 --- .github/workflows/check-buildah-remote.yaml | 2 +- .github/workflows/go-ci.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-buildah-remote.yaml b/.github/workflows/check-buildah-remote.yaml index 0dfb7d7b9..8b1b767da 100644 --- a/.github/workflows/check-buildah-remote.yaml +++ b/.github/workflows/check-buildah-remote.yaml @@ -7,7 +7,7 @@ jobs: name: Check Buildah Remote runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Install Go uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5 with: diff --git a/.github/workflows/go-ci.yaml b/.github/workflows/go-ci.yaml index 22fe868a3..f87fd113b 100644 --- a/.github/workflows/go-ci.yaml +++ b/.github/workflows/go-ci.yaml @@ -12,7 +12,7 @@ jobs: - task-generator/remote - task-generator/trusted-artifacts steps: - - uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed with: go-version-file: './${{matrix.path}}/go.mod' @@ -31,7 +31,7 @@ jobs: - task-generator/remote - task-generator/trusted-artifacts steps: - - uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Install Go uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed with: @@ -72,7 +72,7 @@ jobs: - task-generator/remote - task-generator/trusted-artifacts steps: - - uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed with: go-version-file: './${{matrix.path}}/go.mod'