From 8cc00083cc21c03fad2c9988bb5e97381ae78fff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 18:49:27 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to eef6144 --- .github/workflows/codecov.yaml | 2 +- .github/workflows/up.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml index 53b1d448..a43ad553 100644 --- a/.github/workflows/codecov.yaml +++ b/.github/workflows/codecov.yaml @@ -9,7 +9,7 @@ jobs: name: Upload coverage reports to Codecov runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - uses: actions/setup-java@v4 with: distribution: 'temurin' diff --git a/.github/workflows/up.yaml b/.github/workflows/up.yaml index f93b83ca..ff779453 100644 --- a/.github/workflows/up.yaml +++ b/.github/workflows/up.yaml @@ -13,7 +13,7 @@ jobs: up: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - run: |- git fetch --tags --force && \ latest=$(git tag --sort=creatordate | tail -1) && \