From 49af4869847f18c32bb2055bf69f743a5724ef24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 08:16:10 +0000 Subject: [PATCH] chore(deps): bump actions-cool/issues-helper from 3.7.0 to 3.7.1 (#20424) Bumps [actions-cool/issues-helper](https://github.com/actions-cool/issues-helper) from 3.7.0 to 3.7.1. - [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/ca1b238fecb728f25584d2beb288d7f1727f9fa6...564cd9b1baacd7a9cd634e8039a149901ee5f600) --- updated-dependencies: - dependency-name: actions-cool/issues-helper dependency-version: 3.7.1 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/docker-test-cont.yml | 4 ++-- .github/workflows/docker-test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-test-cont.yml b/.github/workflows/docker-test-cont.yml index a38f9e7e2..4b4c9a8ba 100644 --- a/.github/workflows/docker-test-cont.yml +++ b/.github/workflows/docker-test-cont.yml @@ -108,7 +108,7 @@ jobs: - name: Pull Request Labeler if: ${{ failure() }} - uses: actions-cool/issues-helper@ca1b238fecb728f25584d2beb288d7f1727f9fa6 # v3.7.0 + uses: actions-cool/issues-helper@564cd9b1baacd7a9cd634e8039a149901ee5f600 # v3.7.1 with: actions: 'add-labels' token: ${{ secrets.GITHUB_TOKEN }} @@ -135,7 +135,7 @@ jobs: sourceRunId: ${{ github.event.workflow_run.id }} - name: Pull Request Labeler - uses: actions-cool/issues-helper@ca1b238fecb728f25584d2beb288d7f1727f9fa6 # v3.7.0 + uses: actions-cool/issues-helper@564cd9b1baacd7a9cd634e8039a149901ee5f600 # v3.7.1 with: actions: 'add-labels' token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/docker-test.yml b/.github/workflows/docker-test.yml index e8e3b21db..617d77253 100644 --- a/.github/workflows/docker-test.yml +++ b/.github/workflows/docker-test.yml @@ -55,7 +55,7 @@ jobs: - name: Pull Request Labeler if: ${{ failure() }} - uses: actions-cool/issues-helper@ca1b238fecb728f25584d2beb288d7f1727f9fa6 # v3.7.0 + uses: actions-cool/issues-helper@564cd9b1baacd7a9cd634e8039a149901ee5f600 # v3.7.1 with: actions: 'add-labels' token: ${{ secrets.GITHUB_TOKEN }}