From 051f78dd1dbe5f54bc933e3e0119fbb6bdafa8b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 10:54:25 +0200 Subject: [PATCH] build(deps): bump actions-cool/issues-helper from 3.6.0 to 3.6.2 (#47905) Bumps [actions-cool/issues-helper](https://github.com/actions-cool/issues-helper) from 3.6.0 to 3.6.2. - [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/a610082f8ac0cf03e357eb8dd0d5e2ba075e017e...50068f49b7b2b3857270ead65e2d02e4459b022c) --- updated-dependencies: - dependency-name: actions-cool/issues-helper dependency-version: 3.6.2 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 b21691b0ca9c..80066a103a35 100644 --- a/.github/workflows/issue-labeled.yml +++ b/.github/workflows/issue-labeled.yml @@ -72,7 +72,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@a610082f8ac0cf03e357eb8dd0d5e2ba075e017e # v3.6.0 + uses: actions-cool/issues-helper@50068f49b7b2b3857270ead65e2d02e4459b022c # v3.6.2 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 fb564177fa1a..32048864809a 100644 --- a/.github/workflows/issue-opened.yml +++ b/.github/workflows/issue-opened.yml @@ -134,7 +134,7 @@ jobs: } - name: Create unsupported major comment if: ${{ steps.add-labels.outputs.unsupportedMajor }} - uses: actions-cool/issues-helper@a610082f8ac0cf03e357eb8dd0d5e2ba075e017e # v3.6.0 + uses: actions-cool/issues-helper@50068f49b7b2b3857270ead65e2d02e4459b022c # v3.6.2 with: actions: 'create-comment' token: ${{ steps.generate-token.outputs.token }}