From dcfe59035a6aa676cdabb4b0c62fb60af0ea786e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 18:15:40 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to eef6144 --- .github/workflows/build-check.yml | 2 +- .github/workflows/build-release.yml | 2 +- .github/workflows/pr-auto-create.yml | 2 +- .github/workflows/release-dispatcher.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-check.yml b/.github/workflows/build-check.yml index af3eb88..b23aa6c 100644 --- a/.github/workflows/build-check.yml +++ b/.github/workflows/build-check.yml @@ -16,7 +16,7 @@ jobs: runs-on: "ubuntu-latest" steps: - name: "Checkout" - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: "Docker: Build Image for Checking" id: ghcr-docker diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 7b52c9b..6e5c9ec 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout" - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: "Metadata: Git" id: git-meta diff --git a/.github/workflows/pr-auto-create.yml b/.github/workflows/pr-auto-create.yml index 6ee165a..bc0136e 100644 --- a/.github/workflows/pr-auto-create.yml +++ b/.github/workflows/pr-auto-create.yml @@ -15,7 +15,7 @@ jobs: name: Create PR runs-on: ubuntu-latest steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 with: ref: "dev" diff --git a/.github/workflows/release-dispatcher.yml b/.github/workflows/release-dispatcher.yml index 1286ad1..f0e729f 100644 --- a/.github/workflows/release-dispatcher.yml +++ b/.github/workflows/release-dispatcher.yml @@ -20,7 +20,7 @@ jobs: if: github.event.pull_request.merged && github.event.pull_request.base.ref == 'main' && startsWith(github.event.pull_request.title, 'Release') runs-on: ubuntu-latest steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 with: ref: "main"