From be146cdb22f83607beccb41c641456559fcf41d8 Mon Sep 17 00:00:00 2001 From: Leonard Cohnen Date: Wed, 26 Mar 2025 21:53:32 +0100 Subject: [PATCH] ci: bump slsa verifier (#3718) --- .github/workflows/draft-release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 3db228b63..1e5c378c1 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -93,7 +93,7 @@ jobs: - name: Upload CLI as artifact (unix) uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 - if : ${{ matrix.os != 'windows' }} + if: ${{ matrix.os != 'windows' }} with: name: constellation-${{ matrix.os }}-${{ matrix.arch }} path: | @@ -102,7 +102,7 @@ jobs: - name: Upload CLI as artifact (windows) uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 - if : ${{ matrix.os == 'windows' }} + if: ${{ matrix.os == 'windows' }} with: name: constellation-${{ matrix.os }}-${{ matrix.arch }} path: | @@ -150,7 +150,7 @@ jobs: - name: Upload Terraform Provider Binary as artifact (unix) uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 - if : ${{ matrix.os != 'windows' }} + if: ${{ matrix.os != 'windows' }} with: name: terraform-provider-constellation-${{ matrix.os }}-${{ matrix.arch }} path: | @@ -158,7 +158,7 @@ jobs: - name: Upload Terraform Provider Binary as artifact (windows) uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 - if : ${{ matrix.os == 'windows' }} + if: ${{ matrix.os == 'windows' }} with: name: terraform-provider-constellation-${{ matrix.os }}-${{ matrix.arch }} path: | @@ -323,7 +323,7 @@ jobs: provenance-verify: runs-on: ubuntu-24.04 env: - SLSA_VERIFIER_VERSION: "2.5.1" + SLSA_VERIFIER_VERSION: "2.7.0" needs: - build-cli - provenance