Skip to content

Commit

Permalink
Update verifier-action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon committed Oct 21, 2022
1 parent 56fbb0c commit 6dc0c39
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/verifier-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,20 @@ env:
BUILDER_SOURCE_DIR: __BUILDER_SOURCE_DIR__

jobs:
checkout:
name: checkout
tag:
name: tag
runs-on: ubuntu-latest
steps:
- uses: slsa-framework/slsa-verifier/actions/installer@v1.3.1
- uses: slsa-framework/slsa-verifier/actions/installer@v1.4.1
- run: |
set -euo pipefail
slsa-verifier
hash:
name: hash
runs-on: ubuntu-latest
steps:
- uses: slsa-framework/slsa-verifier/actions/installer@e6428d7da594455a4c2b7f24907fec421a5e0e95 # tag=v1.4.1
- run: |
set -euo pipefail
slsa-verifier

0 comments on commit 6dc0c39

Please sign in to comment.