From eb8a42ad134d904cf0e3a64bde18c0ec81a2dc35 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 18 Mar 2026 15:30:21 +0000 Subject: [PATCH 1/2] Initial plan From 25c1939ef29c60ba10523d85d09717fa0560bae1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 18 Mar 2026 15:37:00 +0000 Subject: [PATCH 2/2] fix: add fetch-depth: 0 to super-linter checkout step Co-authored-by: electrocucaracha <2782150+electrocucaracha@users.noreply.github.com> --- .github/workflows/lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ca59a16..169a7d0 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -31,6 +31,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2 with: + fetch-depth: 0 persist-credentials: false - name: Check super-linter uses: super-linter/super-linter@61abc07d755095a68f4987d1c2c3d1d64408f1f9 # 8.5.0