From 748e01dd900768e4c92f8aef890dcf29cb8bd138 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 16:17:40 +0000 Subject: [PATCH] Update gradle/gradle-build-action action to v2.9.0 --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/conformance.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6958033c..a0a27147 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -53,12 +53,12 @@ jobs: go install github.com/sigstore/fulcio@main - name: Test sigstore-java - uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc # v2.8.0 + uses: gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a # v2.9.0 with: arguments: build - name: Test sigstore-java/sandbox - uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc # v2.8.0 + uses: gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a # v2.9.0 with: arguments: build build-root-directory: sandbox diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index 50a04ffd..5afa0d82 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -24,7 +24,7 @@ jobs: distribution: 'temurin' - name: Build sigstore-java - uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc # v2.8.0 + uses: gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a # v2.9.0 with: arguments: :sigstore-cli:build