mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-09 15:24:58 -05:00
ci: bump slsa verifier (#3718)
This commit is contained in:
parent
f5cd6a9d0b
commit
be146cdb22
1 changed files with 5 additions and 5 deletions
10
.github/workflows/draft-release.yml
vendored
10
.github/workflows/draft-release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue