This is an automated email from the ASF dual-hosted git repository.

jerpelea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 52b26ac1eb0 build(deps): bump actions/github-script from 7 to 9
52b26ac1eb0 is described below

commit 52b26ac1eb0483618072e418f10fff2011430739
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 3 02:53:27 2026 +0000

    build(deps): bump actions/github-script from 7 to 9
    
    Bumps [actions/github-script](https://github.com/actions/github-script) 
from 7 to 9.
    - [Release notes](https://github.com/actions/github-script/releases)
    - [Commits](https://github.com/actions/github-script/compare/v7...v9)
    
    ---
    updated-dependencies:
    - dependency-name: actions/github-script
      dependency-version: '9'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 .github/workflows/depends-on-comment.yml | 2 +-
 .github/workflows/issue_labeler.yml      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/depends-on-comment.yml 
b/.github/workflows/depends-on-comment.yml
index a45d4b23056..b6ade4d341c 100644
--- a/.github/workflows/depends-on-comment.yml
+++ b/.github/workflows/depends-on-comment.yml
@@ -46,7 +46,7 @@ jobs:
 
       - name: Comment on the PR
         if: ${{ steps.dl.outcome == 'success' }}
-        uses: actions/github-script@v7
+        uses: actions/github-script@v9
         with:
           script: |
             const fs = require('fs');
diff --git a/.github/workflows/issue_labeler.yml 
b/.github/workflows/issue_labeler.yml
index 744923cfc71..37d68d610e3 100644
--- a/.github/workflows/issue_labeler.yml
+++ b/.github/workflows/issue_labeler.yml
@@ -23,7 +23,7 @@ jobs:
       issues: write
     steps:
       - name: Add labels issues automatically based on their body.
-        uses: actions/[email protected]
+        uses: actions/github-script@v9
         with:
           script: |
             const body = context.payload.issue.body;

Reply via email to