From a1b2e82778dfa2a08efce8b3e99204edb7e9f993 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 12:14:13 -0500 Subject: [PATCH] build(deps): bump actions-cool/issues-helper from 3.7.2 to 3.7.3 (#49157) Bumps [actions-cool/issues-helper](https://github.com/actions-cool/issues-helper) from 3.7.2 to 3.7.3. - [Release notes](https://github.com/actions-cool/issues-helper/releases) - [Changelog](https://github.com/actions-cool/issues-helper/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions-cool/issues-helper/compare/9861779a695cf1898bd984c727f685f351cfc372...3809910bc12872edc9b8132f122069ac16cd16ee) --- updated-dependencies: - dependency-name: actions-cool/issues-helper dependency-version: 3.7.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/issue-labeled.yml | 2 +- .github/workflows/issue-opened.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/issue-labeled.yml b/.github/workflows/issue-labeled.yml index 3fe344f3c7..144aac8a11 100644 --- a/.github/workflows/issue-labeled.yml +++ b/.github/workflows/issue-labeled.yml @@ -75,7 +75,7 @@ jobs: creds: ${{ secrets.ISSUE_TRIAGE_GH_APP_CREDS }} - name: Create comment if: ${{ steps.check-for-comment.outputs.SHOULD_COMMENT }} - uses: actions-cool/issues-helper@9861779a695cf1898bd984c727f685f351cfc372 # v3.7.2 + uses: actions-cool/issues-helper@3809910bc12872edc9b8132f122069ac16cd16ee # v3.7.3 with: actions: 'create-comment' token: ${{ steps.generate-token.outputs.token }} diff --git a/.github/workflows/issue-opened.yml b/.github/workflows/issue-opened.yml index c6108a6f0c..6f5e5d097c 100644 --- a/.github/workflows/issue-opened.yml +++ b/.github/workflows/issue-opened.yml @@ -146,7 +146,7 @@ jobs: } - name: Create unsupported major comment if: ${{ steps.add-labels.outputs.unsupportedMajor }} - uses: actions-cool/issues-helper@9861779a695cf1898bd984c727f685f351cfc372 # v3.7.2 + uses: actions-cool/issues-helper@3809910bc12872edc9b8132f122069ac16cd16ee # v3.7.3 with: actions: 'create-comment' token: ${{ steps.generate-token.outputs.token }}