From 505d0e8af8d754beef710d0fb24d61eb5852c4e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 21:55:36 +0000 Subject: [PATCH] Bump carabiner-dev/actions Bumps the actions group with 1 update in the /slsa_with_provenance directory: [carabiner-dev/actions](https://github.com/carabiner-dev/actions). Updates `carabiner-dev/actions` from 1.1.6 to 1.2.0 - [Release notes](https://github.com/carabiner-dev/actions/releases) - [Commits](https://github.com/carabiner-dev/actions/compare/360ffa1eb909b0105d4eccb6d6ef337911c34952...e0e3b8149dafed833431095bc148d50e7eade4e8) --- updated-dependencies: - dependency-name: carabiner-dev/actions dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- slsa_with_provenance/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsa_with_provenance/action.yml b/slsa_with_provenance/action.yml index 9b2cc30..32915c8 100644 --- a/slsa_with_provenance/action.yml +++ b/slsa_with_provenance/action.yml @@ -78,7 +78,7 @@ runs: - id: verify_binary if: inputs.build-from-source == 'false' - uses: carabiner-dev/actions/ampel/verify@360ffa1eb909b0105d4eccb6d6ef337911c34952 # v1.1.6 + uses: carabiner-dev/actions/ampel/verify@e0e3b8149dafed833431095bc148d50e7eade4e8 # v1.2.0 env: # This is the SLSA builder ID we will verify before running the sourcetool binary AMPEL_BUILDERID: "https://github.com/slsa-framework/source-tool/.github/workflows/release.yaml"