From 39c2193e5705d3eb926b59ebec7d71bf97f82f0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 10:34:47 +0000 Subject: [PATCH] CI(actions): Bump lfreleng-actions/tag-validate-action 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/build-test-release-multiarch.yaml | 2 +- .github/workflows/build-test-release.yaml | 2 +- .github/workflows/tag-push.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-test-release-multiarch.yaml b/.github/workflows/build-test-release-multiarch.yaml index 1962d3a..bf16a79 100644 --- a/.github/workflows/build-test-release-multiarch.yaml +++ b/.github/workflows/build-test-release-multiarch.yaml @@ -497,7 +497,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' diff --git a/.github/workflows/build-test-release.yaml b/.github/workflows/build-test-release.yaml index 85b2b6d..bd28b3a 100644 --- a/.github/workflows/build-test-release.yaml +++ b/.github/workflows/build-test-release.yaml @@ -439,7 +439,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' diff --git a/.github/workflows/tag-push.yaml b/.github/workflows/tag-push.yaml index f73f0b4..c37e6df 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'