From 44247b6976c203c877a5fcecf03de71a0c9c1074 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 18:56:03 +0000 Subject: [PATCH] ci(deps)(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] --- .github/workflows/labeler.yml | 2 +- .github/workflows/sdk-python-security.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index ceaeba906..ff712b03c 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -49,7 +49,7 @@ jobs: if: github.event_name == 'issues' steps: - name: Auto-label based on title - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | diff --git a/.github/workflows/sdk-python-security.yml b/.github/workflows/sdk-python-security.yml index bbdb5f5d1..ddc5dbb44 100644 --- a/.github/workflows/sdk-python-security.yml +++ b/.github/workflows/sdk-python-security.yml @@ -72,7 +72,7 @@ jobs: - name: Create issue for vulnerabilities if: failure() && github.event_name == 'schedule' - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const fs = require('fs');