From ee4c9c7953237408dab96fa7fef4782fba70bb3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 09:38:15 +0000 Subject: [PATCH 1/3] chore(deps): bump actions/github-script from 8.0.0 to 9.0.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 8.0.0 to 9.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/ed597411d8f924073f98dfc5c65a23a2325f34cd...3a2844b7e9c422d3c10d287c895573f7108da1b3) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 160e979..ceeaada 100644 --- a/action.yml +++ b/action.yml @@ -66,7 +66,7 @@ runs: skip-commit-verification: ${{ inputs.skip-commit-verification }} skip-verification: ${{ inputs.skip-verification }} - name: Merge/approve PR - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 id: approver env: ACTION_PATH: ${{ github.action_path }} From 5cbf2f664fdb53c59b9b190e38d0dc02efe5d3a4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 12 Jun 2026 11:13:13 +0000 Subject: [PATCH 2/3] chore: complete dependency bump validation --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index a6b1d05..0d66caa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4780,7 +4780,7 @@ "actions-toolkit": { "version": "git+ssh://git@github.com/nearform/actions-toolkit.git#c80aba1ba16eba797e620c44e1f46e6315760e17", "integrity": "sha512-6/w9Lt4qVgaP0p+L+MacQ6wcA5KyJFPI0Q8p28nLj/ugUyenLVI6DaQ04Q7rv9JjNA+GBoBOTlKYxKWps2bN8Q==", - "from": "actions-toolkit@github:nearform/actions-toolkit#c80aba1ba16eba797e620c44e1f46e6315760e17", + "from": "actions-toolkit@github:nearform/actions-toolkit", "requires": { "@actions/core": "^2.0.2" }, From 3ac1649ef934f28a81e655e5b381399c4335fe59 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 12 Jun 2026 11:13:45 +0000 Subject: [PATCH 3/3] chore: drop unintended lockfile change --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 0d66caa..a6b1d05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4780,7 +4780,7 @@ "actions-toolkit": { "version": "git+ssh://git@github.com/nearform/actions-toolkit.git#c80aba1ba16eba797e620c44e1f46e6315760e17", "integrity": "sha512-6/w9Lt4qVgaP0p+L+MacQ6wcA5KyJFPI0Q8p28nLj/ugUyenLVI6DaQ04Q7rv9JjNA+GBoBOTlKYxKWps2bN8Q==", - "from": "actions-toolkit@github:nearform/actions-toolkit", + "from": "actions-toolkit@github:nearform/actions-toolkit#c80aba1ba16eba797e620c44e1f46e6315760e17", "requires": { "@actions/core": "^2.0.2" },