From c77312dc5c1d23b7f1665df212e76d57debda8cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 18:29:03 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to de0fac2 --- .github/workflows/automation-claude-assistant.yml | 2 +- .github/workflows/automation-claude-review.yml | 2 +- .github/workflows/automation-label-sync.yml | 2 +- .github/workflows/ci-backend-lint.yml | 2 +- .github/workflows/ci-code-coverage.yml | 4 ++-- .github/workflows/ci-combined-optimized.yml | 6 +++--- .github/workflows/ci-container-build.yml | 2 +- .github/workflows/ci-dependency-review.yml | 2 +- .github/workflows/ci-frontend-lighthouse.yml | 2 +- .github/workflows/ci-frontend-quality.yml | 2 +- .github/workflows/mega-linter.yml | 2 +- .github/workflows/mirror-to-codeberg.yml | 2 +- .github/workflows/release-helm.yml | 2 +- .github/workflows/release-management.yml | 8 ++++---- .github/workflows/unit-tests.yml | 4 ++-- 15 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/automation-claude-assistant.yml b/.github/workflows/automation-claude-assistant.yml index 554e870c6..9bee02990 100644 --- a/.github/workflows/automation-claude-assistant.yml +++ b/.github/workflows/automation-claude-assistant.yml @@ -66,7 +66,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: fetch-depth: 1 diff --git a/.github/workflows/automation-claude-review.yml b/.github/workflows/automation-claude-review.yml index 4ad2686e9..59b46035c 100644 --- a/.github/workflows/automation-claude-review.yml +++ b/.github/workflows/automation-claude-review.yml @@ -45,7 +45,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: fetch-depth: 1 diff --git a/.github/workflows/automation-label-sync.yml b/.github/workflows/automation-label-sync.yml index 0d3df946c..269d6bc45 100644 --- a/.github/workflows/automation-label-sync.yml +++ b/.github/workflows/automation-label-sync.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Sync labels uses: crazy-max/ghaction-github-labeler@v5 with: diff --git a/.github/workflows/ci-backend-lint.yml b/.github/workflows/ci-backend-lint.yml index f0458673a..0b3ad7c91 100644 --- a/.github/workflows/ci-backend-lint.yml +++ b/.github/workflows/ci-backend-lint.yml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 📥 Checkout code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: 🔧 Setup Go uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6 diff --git a/.github/workflows/ci-code-coverage.yml b/.github/workflows/ci-code-coverage.yml index 317e53899..b7a5f6978 100644 --- a/.github/workflows/ci-code-coverage.yml +++ b/.github/workflows/ci-code-coverage.yml @@ -46,7 +46,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Set up Go uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6 @@ -104,7 +104,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Set up pnpm uses: pnpm/action-setup@v4 diff --git a/.github/workflows/ci-combined-optimized.yml b/.github/workflows/ci-combined-optimized.yml index 151a819b1..b107520ba 100644 --- a/.github/workflows/ci-combined-optimized.yml +++ b/.github/workflows/ci-combined-optimized.yml @@ -26,7 +26,7 @@ jobs: steps: - name: 📥 Checkout code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: 🔧 Setup Go uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6 @@ -65,7 +65,7 @@ jobs: steps: - name: 📥 Checkout code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: 🔧 Setup pnpm uses: pnpm/action-setup@v4 @@ -112,7 +112,7 @@ jobs: steps: - name: 📥 Checkout code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: 🔍 Validate Documentation run: | diff --git a/.github/workflows/ci-container-build.yml b/.github/workflows/ci-container-build.yml index f97f9d0cf..eb34a45af 100644 --- a/.github/workflows/ci-container-build.yml +++ b/.github/workflows/ci-container-build.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Set up QEMU uses: docker/setup-qemu-action@v3 diff --git a/.github/workflows/ci-dependency-review.yml b/.github/workflows/ci-dependency-review.yml index 993a6f57e..da1e00c0c 100644 --- a/.github/workflows/ci-dependency-review.yml +++ b/.github/workflows/ci-dependency-review.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: fetch-depth: 2 diff --git a/.github/workflows/ci-frontend-lighthouse.yml b/.github/workflows/ci-frontend-lighthouse.yml index 57ebf9c52..b12d02030 100644 --- a/.github/workflows/ci-frontend-lighthouse.yml +++ b/.github/workflows/ci-frontend-lighthouse.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Wait for Railway to deploy run: | diff --git a/.github/workflows/ci-frontend-quality.yml b/.github/workflows/ci-frontend-quality.yml index 813271a78..75742d8d4 100644 --- a/.github/workflows/ci-frontend-quality.yml +++ b/.github/workflows/ci-frontend-quality.yml @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 📥 Checkout code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: 🔧 Enable pnpm run: | diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 005dd0edc..78c01db7b 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -52,7 +52,7 @@ jobs: steps: # Git Checkout - name: Checkout Code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/mirror-to-codeberg.yml b/.github/workflows/mirror-to-codeberg.yml index 39fe0ed2b..620e3cba2 100644 --- a/.github/workflows/mirror-to-codeberg.yml +++ b/.github/workflows/mirror-to-codeberg.yml @@ -16,7 +16,7 @@ jobs: contents: read steps: - name: Checkout repository - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: fetch-depth: 0 # Full history for complete mirror diff --git a/.github/workflows/release-helm.yml b/.github/workflows/release-helm.yml index e964ff23f..7a443081b 100644 --- a/.github/workflows/release-helm.yml +++ b/.github/workflows/release-helm.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: fetch-depth: 0 diff --git a/.github/workflows/release-management.yml b/.github/workflows/release-management.yml index c34877e5a..d2bf2c230 100644 --- a/.github/workflows/release-management.yml +++ b/.github/workflows/release-management.yml @@ -44,7 +44,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: fetch-depth: 0 # Fetch full history for changelog @@ -196,7 +196,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup Go uses: actions/setup-go@v6 @@ -271,7 +271,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -366,7 +366,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Update version in files run: | diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index a09b56b6d..6d6902e5a 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -46,7 +46,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Set up Go uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6 @@ -82,7 +82,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Set up pnpm uses: pnpm/action-setup@v4