Skip to content

Commit

Permalink
Update verifier version
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Lewis <ianmlewis@gmail.com>
  • Loading branch information
ianlewis committed Apr 12, 2023
1 parent e6cfe4f commit 875e6ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.installer-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
# Install at tag.
# UPDATE ON RELEASE: tag.
- uses: slsa-framework/slsa-verifier/actions/installer@v2.1.0
- uses: slsa-framework/slsa-verifier/actions/installer@v2.2.0
- run: |
version=$(slsa-verifier version 2>&1 | grep GitVersion | cut -d ':' -f2 | tr -d "[:space:]")
[ "$version" == "${LATEST_VERSION:1}" ]
Expand All @@ -28,7 +28,7 @@ jobs:
# Install at commit.
# UPDATE ON RELEASE: commit sha.
- uses: slsa-framework/slsa-verifier/actions/installer@1ed38477096aa1044a040c5ba8646523a12013d0 # v2.1.0
- uses: slsa-framework/slsa-verifier/actions/installer@623cf20a23f3360549eafac6efe1a158960f15f9 # v2.2.0
- run: |
version=$(slsa-verifier version 2>&1 | grep GitVersion | cut -d ':' -f2 | tr -d "[:space:]")
[ "$version" == "${LATEST_VERSION:1}" ]
Expand Down

0 comments on commit 875e6ff

Please sign in to comment.