This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new 3f90a25b12 Bump actions/github-script from 8.0.0 to 9.0.0
3f90a25b12 is described below
commit 3f90a25b126a5e9b52aa4ff3f8f6e5026f204254
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 13 09:40:16 2026 +0100
Bump actions/github-script from 8.0.0 to 9.0.0
* 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] <[email protected]>
* Update actions/github-script to v9.0.0 in test-summary-report action
Also update the reference in .github/actions/test-summary-report/action.yaml
to match the version bump from 8.0.0 to 9.0.0.
Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James Netherton <[email protected]>
Co-authored-by: Claude Sonnet 4.5 <[email protected]>
---
.github/actions/test-summary-report/action.yaml | 2 +-
.github/workflows/assign-issue-milestone.yaml | 2 +-
.github/workflows/assign-wontfix-issue-milestone.yaml | 2 +-
.github/workflows/label-issue.yaml | 2 +-
.github/workflows/synchronize-dependabot-branch.yaml | 4 ++--
5 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.github/actions/test-summary-report/action.yaml
b/.github/actions/test-summary-report/action.yaml
index 41f19ad081..40321edb9d 100644
--- a/.github/actions/test-summary-report/action.yaml
+++ b/.github/actions/test-summary-report/action.yaml
@@ -39,7 +39,7 @@ runs:
run: |
npm install [email protected]
- name: Generate test summary
- uses: actions/github-script@v7
+ uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 #
v9.0.0
with:
script: |
const fs = require('fs');
diff --git a/.github/workflows/assign-issue-milestone.yaml
b/.github/workflows/assign-issue-milestone.yaml
index c0aa19b488..6c58d22699 100644
--- a/.github/workflows/assign-issue-milestone.yaml
+++ b/.github/workflows/assign-issue-milestone.yaml
@@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Assign Closed Issues To Latest Milestone
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd #
v8.0.0
+ uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 #
v9.0.0
with:
script: |
const issueNumberFromCommitCommentRegex = new
RegExp(`.*(?:fix(?:e[sd])?|(?:(?:resolve|close)[sd]?)):?\\s(?:https?:\\/\\/github\\.com\\/${context.repo.owner}\\/${context.repo.repo}\\/issues\\/|#)(\\d+)`,
'igm');
diff --git a/.github/workflows/assign-wontfix-issue-milestone.yaml
b/.github/workflows/assign-wontfix-issue-milestone.yaml
index eb48f0b422..2482aa2b59 100644
--- a/.github/workflows/assign-wontfix-issue-milestone.yaml
+++ b/.github/workflows/assign-wontfix-issue-milestone.yaml
@@ -36,7 +36,7 @@ jobs:
cancel-in-progress: true
steps:
- name: Assign Closed Issue To Wont Fix Milestone
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd #
v8.0.0
+ uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 #
v9.0.0
with:
script: |
await github.rest.issues.update({
diff --git a/.github/workflows/label-issue.yaml
b/.github/workflows/label-issue.yaml
index cb9ac2a75a..f5c82b47f7 100644
--- a/.github/workflows/label-issue.yaml
+++ b/.github/workflows/label-issue.yaml
@@ -48,7 +48,7 @@ jobs:
run: |
npm install js-yaml
- name: Label Issue
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd #
v8.0.0
+ uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 #
v9.0.0
with:
script: |
const fs = require('fs');
diff --git a/.github/workflows/synchronize-dependabot-branch.yaml
b/.github/workflows/synchronize-dependabot-branch.yaml
index e985b410ef..592b2d35df 100644
--- a/.github/workflows/synchronize-dependabot-branch.yaml
+++ b/.github/workflows/synchronize-dependabot-branch.yaml
@@ -36,7 +36,7 @@ jobs:
steps:
- name: Download dependabot pull request changes
id: download-pr-changes
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd #
v8.0.0
+ uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 #
v9.0.0
with:
result-encoding: string
script: |
@@ -121,7 +121,7 @@ jobs:
pull-requests: write
steps:
- name: Trigger dependabot pull request workflow
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd #
v8.0.0
+ uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 #
v9.0.0
with:
script: |
await github.rest.actions.reRunWorkflow({