From 0e0aefbc3b4568361b46bdc711cdf5544b7219c7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 31 Aug 2026 12:48:22 +0000 Subject: [PATCH 1/3] Initial plan From e71043964f6d11f481bd3d64e31805ffd8a32d43 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 31 Aug 2026 12:49:41 +0000 Subject: [PATCH 2/3] fix(ci): remove unsupported trunk upgrade flag Co-authored-by: Morgy93 <7961978+Morgy93@users.noreply.github.com> --- .github/workflows/trunk-upgrade.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/trunk-upgrade.yml b/.github/workflows/trunk-upgrade.yml index e4975e09..eb7e606c 100644 --- a/.github/workflows/trunk-upgrade.yml +++ b/.github/workflows/trunk-upgrade.yml @@ -21,7 +21,7 @@ jobs: uses: trunk-io/trunk-action@e1234e67a86010d61ddac8d8ebf4b783e2ffd2fa # v2.0.0 with: check-mode: none - post-init: '"${TRUNK_PATH}" upgrade -y --include-cli' + post-init: '"${TRUNK_PATH}" upgrade -y' env: # Authenticated requests get a higher GitHub API rate limit (pinact). GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -32,7 +32,7 @@ jobs: commit-message: "chore: upgrade trunk linters" title: "chore: upgrade trunk linters" body: | - Automated `trunk upgrade -y --include-cli` run. + Automated `trunk upgrade -y` run. Review the linter version changes in `.trunk/trunk.yaml` — new linter versions may introduce new findings. Run `trunk check -a` and From 9cd80999c2749710392fbadd7d5b3989bd782805 Mon Sep 17 00:00:00 2001 From: Thomas Hauschild <7961978+Morgy93@users.noreply.github.com> Date: Mon, 31 Aug 2026 14:57:50 +0200 Subject: [PATCH 3/3] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- .github/workflows/trunk-upgrade.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trunk-upgrade.yml b/.github/workflows/trunk-upgrade.yml index eb7e606c..f1af8f7f 100644 --- a/.github/workflows/trunk-upgrade.yml +++ b/.github/workflows/trunk-upgrade.yml @@ -32,7 +32,7 @@ jobs: commit-message: "chore: upgrade trunk linters" title: "chore: upgrade trunk linters" body: | - Automated `trunk upgrade -y` run. + Automated `"${TRUNK_PATH}" upgrade -y` run. Review the linter version changes in `.trunk/trunk.yaml` — new linter versions may introduce new findings. Run `trunk check -a` and