From ca9c45d2d49c58e7110945d41acdc986ed97436b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 14:11:21 +0000 Subject: [PATCH] Deps: Bump greenbone/actions/check-version from 3.27.11 to 3.36.12 Bumps [greenbone/actions/check-version](https://github.com/greenbone/actions) from 3.27.11 to 3.36.12. - [Release notes](https://github.com/greenbone/actions/releases) - [Commits](https://github.com/greenbone/actions/compare/a1883bd24d2d921426b3f06413e84606ecd43bdd...aa49604a7c2a28d7810d23addac6513af7d8e11f) --- updated-dependencies: - dependency-name: greenbone/actions/check-version dependency-version: 3.36.12 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/check-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-version.yml b/.github/workflows/check-version.yml index 30e1ce10..ebda9d7b 100644 --- a/.github/workflows/check-version.yml +++ b/.github/workflows/check-version.yml @@ -13,6 +13,6 @@ jobs: name: Check versioning for consistency runs-on: "ubuntu-latest" steps: - - uses: greenbone/actions/check-version@a1883bd24d2d921426b3f06413e84606ecd43bdd # v3.27.11 + - uses: greenbone/actions/check-version@aa49604a7c2a28d7810d23addac6513af7d8e11f # v3.36.12 with: python-version: ${{ inputs.python-version }}