From 57d791a81fdee58cfe265baf524fd9562a26f023 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 03:35:12 +0000 Subject: [PATCH] Chore: Bump lfreleng-actions/tag-validate-action from 1.0.1 to 1.0.2 Bumps [lfreleng-actions/tag-validate-action](https://github.com/lfreleng-actions/tag-validate-action) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/lfreleng-actions/tag-validate-action/releases) - [Commits](https://github.com/lfreleng-actions/tag-validate-action/compare/67695fa3d045917ca7ecc0f1d5f0cad03e231104...461d187a53b5de27b068c2cea5af972c085a4a6a) --- updated-dependencies: - dependency-name: lfreleng-actions/tag-validate-action dependency-version: 1.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build-test-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-release.yaml b/.github/workflows/build-test-release.yaml index 786a5c2..37c6215 100644 --- a/.github/workflows/build-test-release.yaml +++ b/.github/workflows/build-test-release.yaml @@ -69,7 +69,7 @@ jobs: - name: 'Verify pushed tag' id: 'tag-validate' # yamllint disable-line rule:line-length - uses: lfreleng-actions/tag-validate-action@67695fa3d045917ca7ecc0f1d5f0cad03e231104 # v1.0.1 + uses: lfreleng-actions/tag-validate-action@461d187a53b5de27b068c2cea5af972c085a4a6a # v1.0.2 with: token: "${{ secrets.GITHUB_TOKEN }}" require_type: 'semver'