From 741eba342d950dcc522827bd53c456ad117e06e7 Mon Sep 17 00:00:00 2001 From: Nikolai Emil Damm Date: Tue, 26 May 2026 01:06:44 +0200 Subject: [PATCH] ci: bump update-copilot-skills reusable workflow pin to v3.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit v3.0.1 internally hardcodes the step-security mirror of peter-evans (step-security/create-pull-request + harden-runner), which now hard-fails with "Subscription is not valid" — making the daily 🔄 Update Copilot Skills run fail since 2026-05-19. v3.2.0 uses peter-evans/create-pull-request@v8.1.1 directly with no step-security dependency. The `dir` input is unchanged. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/update-copilot-skills.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-copilot-skills.yaml b/.github/workflows/update-copilot-skills.yaml index f4c1105..f0a6b5a 100644 --- a/.github/workflows/update-copilot-skills.yaml +++ b/.github/workflows/update-copilot-skills.yaml @@ -11,6 +11,6 @@ permissions: jobs: update: - uses: devantler-tech/reusable-workflows/.github/workflows/update-copilot-skills.yaml@11f70d3be475887db4f262f415fcb19c72a1fa73 # v3.0.1 + uses: devantler-tech/reusable-workflows/.github/workflows/update-copilot-skills.yaml@41924797ae44fd5cc674e0914db55712da18e68f # v3.2.0 with: dir: plugins