From e2bf4474c80dd1699c1b58b4cdeae642c87538b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 11:16:48 +0000 Subject: [PATCH 1/2] Bump PSModule/GitHub-Script from 1.7.3 to 1.7.6 Bumps [PSModule/GitHub-Script](https://github.com/psmodule/github-script) from 1.7.3 to 1.7.6. - [Release notes](https://github.com/psmodule/github-script/releases) - [Commits](https://github.com/psmodule/github-script/compare/4f9c58a26940a15fb039e4065c63cc11467ab224...8b9d2739d6896975c0e5448d2021ae2b94b6766a) --- updated-dependencies: - dependency-name: PSModule/GitHub-Script dependency-version: 1.7.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7af169d..8260471 100644 --- a/action.yml +++ b/action.yml @@ -34,7 +34,7 @@ runs: using: composite steps: - name: Template-Action - uses: PSModule/GitHub-Script@4f9c58a26940a15fb039e4065c63cc11467ab224 # v1 + uses: PSModule/GitHub-Script@8b9d2739d6896975c0e5448d2021ae2b94b6766a # v1 env: PSMOUDLE_TEMPLATE_ACTION_INPUT_Subject: ${{ inputs.Subject }} with: From b2bb24ce62d4a638a9635a28a89aac6b6104a269 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Tue, 6 Jan 2026 23:13:11 +0100 Subject: [PATCH 2/2] Update version comment to reference patch level tag v1.7.6 (#15) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dependabot bumped PSModule/GitHub-Script from 1.7.3 to 1.7.6, but the inline comment in `action.yml` still referenced the major version tag `# v1` instead of the specific patch level. ## Changes - Updated comment in `action.yml` from `# v1` to `# v1.7.6` to match the pinned version ```yaml uses: PSModule/GitHub-Script@8b9d2739d6896975c0e5448d2021ae2b94b6766a # v1.7.6 ``` --- 💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more [Copilot coding agent tips](https://gh.io/copilot-coding-agent-tips) in the docs. --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: MariusStorhaug <17722253+MariusStorhaug@users.noreply.github.com> --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8260471..fdc968d 100644 --- a/action.yml +++ b/action.yml @@ -34,7 +34,7 @@ runs: using: composite steps: - name: Template-Action - uses: PSModule/GitHub-Script@8b9d2739d6896975c0e5448d2021ae2b94b6766a # v1 + uses: PSModule/GitHub-Script@8b9d2739d6896975c0e5448d2021ae2b94b6766a # v1.7.6 env: PSMOUDLE_TEMPLATE_ACTION_INPUT_Subject: ${{ inputs.Subject }} with: