From 25753594391a54e1bb4bbe87d9f634850212f776 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 01:06:16 +0000 Subject: [PATCH] build(deps): 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] --- .github/workflows/add_discussion_comment.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/create_gh_discussion.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/add_discussion_comment.yml b/.github/workflows/add_discussion_comment.yml index 8ca2e9d..edddf30 100644 --- a/.github/workflows/add_discussion_comment.yml +++ b/.github/workflows/add_discussion_comment.yml @@ -88,7 +88,7 @@ jobs: DISCUSSION_ID: ${{ inputs.discussion_id }} COMMENT_TEMPLATE_PATH: ${{ inputs.comment_template_path }} REPLY_TO_COMMENT_ID: ${{ inputs.reply_to_comment_id }} - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const fs = require("fs"); diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4defed5..30dbc33 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -123,7 +123,7 @@ jobs: - added|modified: '**/*.xib' - name: Format filtered languages id: format - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const outputs = { diff --git a/.github/workflows/create_gh_discussion.yml b/.github/workflows/create_gh_discussion.yml index 657489f..629c7c9 100644 --- a/.github/workflows/create_gh_discussion.yml +++ b/.github/workflows/create_gh_discussion.yml @@ -74,7 +74,7 @@ jobs: CATEGORY_SLUG: ${{ inputs.category_slug }} TITLE: ${{ inputs.title }} DESCRIPTION_TEMPLATE_PATH: ${{ inputs.description_template_path }} - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const fs = require("fs");