From cc2ee73e6892b21fa85e65aa700c6695bf5dbcf2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 17:48:17 +0000 Subject: [PATCH] Update actions/checkout digest to de0fac2 --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/shellcheck_commit.yml | 2 +- .github/workflows/shellcheck_pullreq.yml | 2 +- .github/workflows/validate-renovate.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a5f0bcc..50d7bcb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Install resvg run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9adfcb5..dce5210 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Install resvg run: | diff --git a/.github/workflows/shellcheck_commit.yml b/.github/workflows/shellcheck_commit.yml index 876b37f..27ebdef 100644 --- a/.github/workflows/shellcheck_commit.yml +++ b/.github/workflows/shellcheck_commit.yml @@ -9,7 +9,7 @@ jobs: name: runner / shellcheck runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: shellcheck uses: reviewdog/action-shellcheck@v1 with: diff --git a/.github/workflows/shellcheck_pullreq.yml b/.github/workflows/shellcheck_pullreq.yml index c244caa..9ff4dfe 100644 --- a/.github/workflows/shellcheck_pullreq.yml +++ b/.github/workflows/shellcheck_pullreq.yml @@ -5,7 +5,7 @@ jobs: name: runner / shellcheck runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: shellcheck uses: reviewdog/action-shellcheck@v1 with: diff --git a/.github/workflows/validate-renovate.yml b/.github/workflows/validate-renovate.yml index 04ec381..aa63c2e 100644 --- a/.github/workflows/validate-renovate.yml +++ b/.github/workflows/validate-renovate.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - uses: actions/setup-node@v6 - name: install