From abeab319f61e79ffabee481cb746b3b45e1538ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 23:51:52 +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 18e614b..9003a6e 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.19 - - 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 f16712c..aa4fc8d 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 b3fc667..40bed7e 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 d5908f7..502f655 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 8e83276..de44be5 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.19.0'