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 0346399957 Bump actions/github-script from 7.0.1 to 8.0.0
0346399957 is described below

commit 034639995779306f848c3e01292aa72c1e78ea69
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 5 07:08:35 2025 +0100

    Bump actions/github-script from 7.0.1 to 8.0.0
    
    Bumps [actions/github-script](https://github.com/actions/github-script) 
from 7.0.1 to 8.0.0.
    - [Release notes](https://github.com/actions/github-script/releases)
    - 
[Commits](https://github.com/actions/github-script/compare/60a0d83039c74a4aee543508d2ffcb1c3799cdea...ed597411d8f924073f98dfc5c65a23a2325f34cd)
    
    ---
    updated-dependencies:
    - dependency-name: actions/github-script
      dependency-version: 8.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .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 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/assign-issue-milestone.yaml 
b/.github/workflows/assign-issue-milestone.yaml
index 9b62dc3757..c0aa19b488 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@60a0d83039c74a4aee543508d2ffcb1c3799cdea # 
v7.0.1
+        uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # 
v8.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 618f3ec18f..eb48f0b422 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@60a0d83039c74a4aee543508d2ffcb1c3799cdea # 
v7.0.1
+        uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # 
v8.0.0
         with:
           script: |
             await github.rest.issues.update({
diff --git a/.github/workflows/label-issue.yaml 
b/.github/workflows/label-issue.yaml
index 628db0e978..94adb5883c 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@60a0d83039c74a4aee543508d2ffcb1c3799cdea # 
v7.0.1
+        uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # 
v8.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 3fd592af62..5a18bcb913 100644
--- a/.github/workflows/synchronize-dependabot-branch.yaml
+++ b/.github/workflows/synchronize-dependabot-branch.yaml
@@ -34,7 +34,7 @@ jobs:
     steps:
       - name: Download dependabot pull request changes
         id: download-pr-changes
-        uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # 
v7.0.1
+        uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # 
v8.0.0
         with:
           result-encoding: string
           script: |
@@ -119,7 +119,7 @@ jobs:
       pull-requests: write
     steps:
       - name: Trigger dependabot pull request workflow
-        uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # 
v7.0.1
+        uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # 
v8.0.0
         with:
           script: |
             await github.rest.actions.reRunWorkflow({

Reply via email to