From 579efedacd5006924951f031afa5f2691321ee80 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 18:24:33 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to b4ffde6 --- .github/workflows/golanglint-ci.yaml | 2 +- .github/workflows/image.yaml | 2 +- .github/workflows/integration.yaml | 4 ++-- .github/workflows/perform-release.yaml | 2 +- .github/workflows/release.yaml | 2 +- .github/workflows/unit.yaml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/golanglint-ci.yaml b/.github/workflows/golanglint-ci.yaml index 2dc34d1..ebc7e36 100644 --- a/.github/workflows/golanglint-ci.yaml +++ b/.github/workflows/golanglint-ci.yaml @@ -19,7 +19,7 @@ jobs: - uses: actions/setup-go@v4 with: go-version: 1.21 - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: diff --git a/.github/workflows/image.yaml b/.github/workflows/image.yaml index eff4c72..725bd62 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Set up QEMU uses: docker/setup-qemu-action@v2 diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 5576b4b..dae383a 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -20,10 +20,10 @@ jobs: steps: - name: Checkout Repository if: github.event_name != 'pull_request_target' - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Checkout Repository PR if: github.event_name == 'pull_request_target' - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: fetch-depth: 2 ref: "refs/pull/${{ github.event.number }}/merge" diff --git a/.github/workflows/perform-release.yaml b/.github/workflows/perform-release.yaml index f23a706..7e33481 100644 --- a/.github/workflows/perform-release.yaml +++ b/.github/workflows/perform-release.yaml @@ -17,7 +17,7 @@ jobs: with: app_id: ${{ secrets.AUTOMERGE_APP_ID }} private_key: ${{ secrets.AUTOMERGE_PRIVATE_KEY }} - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.event.pull_request.head.ref }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b3ce4ea..f9c1d9e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Set up Go uses: actions/setup-go@v4 diff --git a/.github/workflows/unit.yaml b/.github/workflows/unit.yaml index dd9009e..ed06ab3 100644 --- a/.github/workflows/unit.yaml +++ b/.github/workflows/unit.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest name: Unit tests steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - uses: actions/setup-go@v4 with: go-version: '1.21'