From 1f3308e52483a3c75b4541ee6f4fb5d6327a36e6 Mon Sep 17 00:00:00 2001 From: "ppat-self-hosted-renovate-bot[bot]" <175373406+ppat-self-hosted-renovate-bot[bot]@users.noreply.github.com> Date: Sun, 14 Dec 2025 04:14:50 +0000 Subject: [PATCH] chore(github-actions): update digest actions/checkout (08eba0b -> 34e1148) --- .github/workflows/lint.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index fae6bfbc..e5cce632 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -49,7 +49,7 @@ jobs: terraform_dirs: ${{ steps.determine-tf-dirs.outputs.dirs }} steps: - name: Checkout - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 with: fetch-depth: 1 persist-credentials: false diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5ed4f998..e88f3dbb 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -64,7 +64,7 @@ jobs: timeout-minutes: 15 steps: - name: Checkout - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 with: fetch-depth: 1 persist-credentials: false