From 33bab1f2b86a016e625fa9f8e50f6d88f2396737 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 07:35:54 +0000 Subject: [PATCH] ci(deps): bump actions/github-script Bumps [actions/github-script](https://github.com/actions/github-script) from 373c709c69115d41ff229c7e5df9f8788daa9553 to 3a2844b7e9c422d3c10d287c895573f7108da1b3. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/373c709c69115d41ff229c7e5df9f8788daa9553...3a2844b7e9c422d3c10d287c895573f7108da1b3) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 3a2844b7e9c422d3c10d287c895573f7108da1b3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/automoderator.yaml | 2 +- .github/workflows/community-pr-label.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/automoderator.yaml b/.github/workflows/automoderator.yaml index 85b1edd..35834b1 100644 --- a/.github/workflows/automoderator.yaml +++ b/.github/workflows/automoderator.yaml @@ -20,7 +20,7 @@ jobs: - name: Redact suspicious links # Adapted from "Comment-Filter" by Martin Leduc (MIT) # https://github.com/DecimalTurn/Comment-Filter - uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 with: script: | const comment = context.payload.comment diff --git a/.github/workflows/community-pr-label.yml b/.github/workflows/community-pr-label.yml index 54c1493..359bac2 100644 --- a/.github/workflows/community-pr-label.yml +++ b/.github/workflows/community-pr-label.yml @@ -25,7 +25,7 @@ jobs: egress-policy: audit - name: Label community PRs - uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 with: script: | // Update this list when core team membership changes.