From 469d4b84b12092c44d10c55945f6da217a031388 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 01:09:19 +0000 Subject: [PATCH] chore(deps): update gradle/gradle-build-action action to v2.8.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 3a4aa44a..3df160a6 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@749f47bda3e44aa060e82d7b3ef7e40d953bd629 # v2.4.2 + uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc # v2.8.0 with: arguments: build - name: Test sigstore-java/sandbox - uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629 # v2.4.2 + uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc # v2.8.0 with: arguments: build build-root-directory: sandbox diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index a12db177..bbe9c849 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@749f47bda3e44aa060e82d7b3ef7e40d953bd629 # v2.4.2 + uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc # v2.8.0 with: arguments: :sigstore-cli:build