From 0e0d62159666c712a4a9558eb96239f58df473bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 05:56:19 +0000 Subject: [PATCH] chore(deps): Bump the actions-minor-patch group across 1 directory with 2 updates Bumps the actions-minor-patch group with 2 updates in the / directory: [anchore/workflows/.github/workflows/check-version-available.yaml](https://github.com/anchore/workflows) and [anchore/workflows/.github/workflows/check-gate.yaml](https://github.com/anchore/workflows). Updates `anchore/workflows/.github/workflows/check-version-available.yaml` from 0.3.0 to 0.4.0 - [Commits](https://github.com/anchore/workflows/compare/4f25313f96311410cad4173f74617654a3e46d48...8b2b1caf40e03933c6807e03b99e883e2ceb5ac8) Updates `anchore/workflows/.github/workflows/check-gate.yaml` from 0.3.0 to 0.4.0 - [Commits](https://github.com/anchore/workflows/compare/4f25313f96311410cad4173f74617654a3e46d48...8b2b1caf40e03933c6807e03b99e883e2ceb5ac8) --- updated-dependencies: - dependency-name: anchore/workflows/.github/workflows/check-version-available.yaml dependency-version: 0.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor-patch - dependency-name: anchore/workflows/.github/workflows/check-gate.yaml dependency-version: 0.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ae6779c..3e82697 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,7 +16,7 @@ on: jobs: version-available: - uses: anchore/workflows/.github/workflows/check-version-available.yaml@4f25313f96311410cad4173f74617654a3e46d48 # v0.3.0 + uses: anchore/workflows/.github/workflows/check-version-available.yaml@8b2b1caf40e03933c6807e03b99e883e2ceb5ac8 # v0.4.0 permissions: contents: read # required for the reusable workflow to check out the repo and verify the version with: @@ -25,7 +25,7 @@ jobs: check-gate: permissions: checks: read # required for getting the status of specific check names - uses: anchore/workflows/.github/workflows/check-gate.yaml@4f25313f96311410cad4173f74617654a3e46d48 # v0.3.0 + uses: anchore/workflows/.github/workflows/check-gate.yaml@8b2b1caf40e03933c6807e03b99e883e2ceb5ac8 # v0.4.0 with: # these are checks that should be run on pull-request and merges to main. # we do NOT want to kick off a release if these have not been verified on main.