From 83e3481504b289f9d72257f802db022d03cafd14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 04:22:22 +0000 Subject: [PATCH] github-actions(deps): bump devops-actions/issue-comment-tag Bumps [devops-actions/issue-comment-tag](https://github.com/devops-actions/issue-comment-tag) from 0.1.8 to 0.1.9. - [Release notes](https://github.com/devops-actions/issue-comment-tag/releases) - [Commits](https://github.com/devops-actions/issue-comment-tag/compare/ec5e2b8d5f031330ff19bf4ee5b5252b1176995a...6dbf2b1d509b1255e744349f7b0d5c1f723b22ef) --- updated-dependencies: - dependency-name: devops-actions/issue-comment-tag dependency-version: 0.1.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/tag-on-issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tag-on-issue.yml b/.github/workflows/tag-on-issue.yml index 329d1fa..1223499 100644 --- a/.github/workflows/tag-on-issue.yml +++ b/.github/workflows/tag-on-issue.yml @@ -19,7 +19,7 @@ jobs: egress-policy: audit - name: Tag user on new issue - uses: devops-actions/issue-comment-tag@ec5e2b8d5f031330ff19bf4ee5b5252b1176995a # v0.1.8 + uses: devops-actions/issue-comment-tag@6dbf2b1d509b1255e744349f7b0d5c1f723b22ef # v0.1.9 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} team: ${{ vars.TAG_USER }}