From 52a2b38eb7c91e7728281f6afbc8ab33dffe8085 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 12:39:40 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 08eba0b --- .github/workflows/on-pull-request.yml | 2 +- .github/workflows/on-push.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/on-pull-request.yml b/.github/workflows/on-pull-request.yml index bee5588..8b9b5eb 100644 --- a/.github/workflows/on-pull-request.yml +++ b/.github/workflows/on-pull-request.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout 🛎️ - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Log in to the Container registry 🔑 uses: docker/login-action@v2 diff --git a/.github/workflows/on-push.yml b/.github/workflows/on-push.yml index 47bdce2..0aaf63f 100644 --- a/.github/workflows/on-push.yml +++ b/.github/workflows/on-push.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout 🛎️ - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Create issue from TODO comments 📝 uses: derjuulsn/todo-issue@main @@ -60,7 +60,7 @@ jobs: steps: - name: Checkout 🛎️ - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Install cosign if: github.event_name != 'pull_request' @@ -122,7 +122,7 @@ jobs: needs: [build-container] steps: - name: Checkout 🛎️ - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Docker meta 🏷 id: meta