From 082f602a2b1474fc61403cca821d859e9091737d Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 18:25:50 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 8e8c483 Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- .github/workflows/main-lint.yml | 2 +- .github/workflows/main-test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main-lint.yml b/.github/workflows/main-lint.yml index 8b28c8e..503556d 100644 --- a/.github/workflows/main-lint.yml +++ b/.github/workflows/main-lint.yml @@ -21,7 +21,7 @@ jobs: name: lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 with: persist-credentials: false - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6 diff --git a/.github/workflows/main-test.yaml b/.github/workflows/main-test.yaml index 5294369..cf3ff52 100644 --- a/.github/workflows/main-test.yaml +++ b/.github/workflows/main-test.yaml @@ -23,7 +23,7 @@ jobs: env: DOCKER_BUILDKIT: 1 steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 with: # needed so we can properly determine versioning for building images/etc... fetch-depth: 0