From 9dc6318aedc3d24ede4e946966d30c752769a4f9 Mon Sep 17 00:00:00 2001
From: asraa <asraa@google.com>
Date: Mon, 3 Oct 2022 19:51:19 -0500
Subject: [PATCH] update verifier version in actions (#945)

Signed-off-by: Asra Ali <asraa@google.com>

Signed-off-by: Asra Ali <asraa@google.com>
---
 .github/actions/generate-builder/action.yml | 4 ++--
 RELEASE.md                                  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/actions/generate-builder/action.yml b/.github/actions/generate-builder/action.yml
index baefe6292e..a7bd58922b 100644
--- a/.github/actions/generate-builder/action.yml
+++ b/.github/actions/generate-builder/action.yml
@@ -51,8 +51,8 @@ runs:
         # release binaries when the compile-builder input is false.
         VERIFIER_REPOSITORY: slsa-framework/slsa-verifier # The repository to download the pre-built verifier binary from.
         VERIFIER_RELEASE_BINARY: slsa-verifier-linux-amd64 # The name of the verifier binary in the release assets.
-        VERIFIER_RELEASE_BINARY_SHA256: 1326430d044e8a9522c51e5f721e237b5f75acb6b4e518d129f669403cf7a79a # The expected hash of the verifier binary.
-        VERIFIER_RELEASE: v1.3.0 # The version of the verifier to download.
+        VERIFIER_RELEASE_BINARY_SHA256: 065714d01ba36c81fb11aa7031597a77b08491eb341bac8efc3e452f5d5ed4bd # The expected hash of the verifier binary.
+        VERIFIER_RELEASE: v1.3.1 # The version of the verifier to download.
 
         COMPILE_BUILDER: "${{ inputs.compile-builder }}"
         BUILDER_REF: "${{ inputs.ref }}"
diff --git a/RELEASE.md b/RELEASE.md
index 147a5fc827..c9fd644518 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -21,7 +21,7 @@ Set up env variables:
 $ export GH_TOKEN=<PAT-token>
 $ export GITHUB_USERNAME="laurentsimon"
 # This is the existing slsa-verifier version used by the builder. (https://github.com/slsa-framework/slsa-github-generator/blob/main/.github/actions/generate-builder/action.yml#L55)
-$ export VERIFIER_TAG="v1.3.0"
+$ export VERIFIER_TAG="v1.3.1"
 $ export VERIFIER_REPOSITORY="$GITHUB_USERNAME/slsa-verifier"
 # Release tag of the builder we want to release
 $ export BUILDER_TAG="v1.2.0"