From 6dac467a4e783d6fd3d20cb6147d72ca7f6b84d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 03:29:41 +0000 Subject: [PATCH 1/3] build(deps): Bump slsa-framework/slsa-verifier from 2.5.1 to 2.6.0 Bumps [slsa-framework/slsa-verifier](https://github.com/slsa-framework/slsa-verifier) from 2.5.1 to 2.6.0. - [Release notes](https://github.com/slsa-framework/slsa-verifier/releases) - [Changelog](https://github.com/slsa-framework/slsa-verifier/blob/main/RELEASE.md) - [Commits](https://github.com/slsa-framework/slsa-verifier/compare/v2.5.1...v2.6.0) --- updated-dependencies: - dependency-name: slsa-framework/slsa-verifier dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a96a447..795938c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v4 - name: Install SLSA verifier - uses: slsa-framework/slsa-verifier/actions/installer@v2.5.1 + uses: slsa-framework/slsa-verifier/actions/installer@v2.6.0 if: matrix.slsa && runner.os == 'Linux' # doesn't work on Windows or macOS - name: Install crane From 3cfdea159aaf0e12f5e86296958d1217db6da4fd Mon Sep 17 00:00:00 2001 From: Kyle Colantonio Date: Fri, 30 Aug 2024 22:08:03 -0400 Subject: [PATCH 2/3] fix: Pinning to specific crane version for testing --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 795938c..ab9870c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,6 +26,8 @@ jobs: - name: Install crane uses: ./ + with: + crane-release: v0.19.2 - name: Test crane run: crane version From 56fd14482f120eeb5690e965a91e0aec2cc94f8c Mon Sep 17 00:00:00 2001 From: Kyle Colantonio Date: Fri, 30 Aug 2024 22:09:27 -0400 Subject: [PATCH 3/3] fix: Pinning to v0.19.1 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ab9870c..5bc03c3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: - name: Install crane uses: ./ with: - crane-release: v0.19.2 + crane-release: v0.19.1 - name: Test crane run: crane version