From b390981d0d6262753e43b0487f848eeb87bd0676 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 21:50:29 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest --- .github/workflows/actionlint.yaml | 2 +- .github/workflows/conventional-commits.yaml | 2 +- .github/workflows/create-release-prs.yaml | 2 +- .github/workflows/update-codeowners.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/actionlint.yaml b/.github/workflows/actionlint.yaml index e33469db..77023e98 100644 --- a/.github/workflows/actionlint.yaml +++ b/.github/workflows/actionlint.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest name: lint github workflows steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Add problem matchers run: | # https://github.com/rhysd/actionlint/blob/3a2f2c7/docs/usage.md#problem-matchers diff --git a/.github/workflows/conventional-commits.yaml b/.github/workflows/conventional-commits.yaml index 3afa3e97..a9bb4e5e 100644 --- a/.github/workflows/conventional-commits.yaml +++ b/.github/workflows/conventional-commits.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest name: check conventional commit compliance steps: - - uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # main + - uses: actions/checkout@e8d4307400f9427dba7cb98e488d6ab85f1cec5f # main with: fetch-depth: 0 diff --git a/.github/workflows/create-release-prs.yaml b/.github/workflows/create-release-prs.yaml index bce3ec77..802703fe 100644 --- a/.github/workflows/create-release-prs.yaml +++ b/.github/workflows/create-release-prs.yaml @@ -19,7 +19,7 @@ jobs: config-file: .github/release-please/config.json manifest-file: .github/release-please/manifest.json id: release-please - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 if: ${{ steps.release-please.outputs.prs_created == 'true' }} - name: Set PRs to auto-merge if: ${{ steps.release-please.outputs.prs_created == 'true' }} diff --git a/.github/workflows/update-codeowners.yaml b/.github/workflows/update-codeowners.yaml index 53d01d7a..bd38c879 100644 --- a/.github/workflows/update-codeowners.yaml +++ b/.github/workflows/update-codeowners.yaml @@ -12,7 +12,7 @@ jobs: generateCodeowners: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: generate CODEOWNERS run: ./.github/scripts/sync-codeowners.sh > .github/CODEOWNERS