From b1dab231edd0b6e12bfdc2a3d1c77883de312923 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 07:43:26 +0000 Subject: [PATCH] Chore: Bump lfreleng-actions/tag-validate-action from 1.0.4 to 1.1.2 Bumps [lfreleng-actions/tag-validate-action](https://github.com/lfreleng-actions/tag-validate-action) from 1.0.4 to 1.1.2. - [Release notes](https://github.com/lfreleng-actions/tag-validate-action/releases) - [Commits](https://github.com/lfreleng-actions/tag-validate-action/compare/bc8043ec074495cc8cdf351623ebab3675d563cf...b2865c287f732486e12dfdfb75aef0692b024608) --- updated-dependencies: - dependency-name: lfreleng-actions/tag-validate-action dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/tag-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tag-push.yaml b/.github/workflows/tag-push.yaml index 30215c8..8c3fb36 100644 --- a/.github/workflows/tag-push.yaml +++ b/.github/workflows/tag-push.yaml @@ -57,7 +57,7 @@ jobs: - name: 'Verify pushed tag' id: tag_validate # yamllint disable-line rule:line-length - uses: lfreleng-actions/tag-validate-action@bc8043ec074495cc8cdf351623ebab3675d563cf # v1.0.4 + uses: lfreleng-actions/tag-validate-action@b2865c287f732486e12dfdfb75aef0692b024608 # v1.1.2 with: token: "${{ secrets.GITHUB_TOKEN }}" require_type: 'semver'