Module: kamailio
Branch: master
Commit: 26e18cc035b9157aa1c0d0b05519a3c2646afaef
URL: 
https://github.com/kamailio/kamailio/commit/26e18cc035b9157aa1c0d0b05519a3c2646afaef

Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Committer: Victor Seva <[email protected]>
Date: 2025-09-09T00:35:50+02:00

github: [skip ci]: bump actions/github-script from 7 to 8

Bumps [actions/github-script](https://github.com/actions/github-script) from 7 
to 8.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v7...v8)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

---

Modified: .github/workflows/issue_labeled.yml
Modified: .github/workflows/labels.yml

---

Diff:  
https://github.com/kamailio/kamailio/commit/26e18cc035b9157aa1c0d0b05519a3c2646afaef.diff
Patch: 
https://github.com/kamailio/kamailio/commit/26e18cc035b9157aa1c0d0b05519a3c2646afaef.patch

---

diff --git a/.github/workflows/issue_labeled.yml 
b/.github/workflows/issue_labeled.yml
index 63f5e885ec6..9b6a29da59b 100644
--- a/.github/workflows/issue_labeled.yml
+++ b/.github/workflows/issue_labeled.yml
@@ -8,7 +8,7 @@ jobs:
   label-helper:
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/github-script@v7
+      - uses: actions/github-script@v8
         if: github.event.label.name == 'mailing list question'
         with:
           script: |
diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml
index 6dc1ba6f8a0..c127f38cd04 100644
--- a/.github/workflows/labels.yml
+++ b/.github/workflows/labels.yml
@@ -6,7 +6,7 @@ jobs:
   manage:
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/github-script@v7
+      - uses: actions/github-script@v8
         if: ${{ contains(github.event.comment.body, '/notstale') }}
         with:
           script: |
@@ -16,7 +16,7 @@ jobs:
               issue_number:context.issue.number,
               name: "stale",
             });
-      - uses: actions/github-script@v7
+      - uses: actions/github-script@v8
         if: ${{ !github.event.issue.pull_request && 
contains(github.event.comment.body, '/notexpired') }}
         with:
           script: |
@@ -26,7 +26,7 @@ jobs:
               issue_number: context.issue.number,
               state: "open",
             });
-      - uses: actions/github-script@v7
+      - uses: actions/github-script@v8
         if: ${{ github.event.issue.pull_request && 
contains(github.event.comment.body, '/notexpired') }}
         with:
           script: |
@@ -36,7 +36,7 @@ jobs:
               pull_number: context.issue.number,
               state: "open",
             });
-      - uses: actions/github-script@v7
+      - uses: actions/github-script@v8
         if: ${{ contains(github.event.comment.body, '/notexpired') }}
         with:
           script: |

_______________________________________________
Kamailio - Development Mailing List -- [email protected]
To unsubscribe send an email to [email protected]
Important: keep the mailing list in the recipients, do not reply only to the 
sender!

Reply via email to