From 6464c7cc6ef44e67b43846814996fb9b4e7dd3f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 10:10:16 +0000 Subject: [PATCH] chore(deps): update gradle/gradle-build-action action to v2.12.0 --- .github/workflows/ci.yaml | 6 +++--- .github/workflows/conformance.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b485a54f..5d573785 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -53,17 +53,17 @@ jobs: go install github.com/sigstore/fulcio@main - name: Test sigstore-java - uses: gradle/gradle-build-action@982da8e78c05368c70dac0351bb82647a9e9a5d2 # v2.11.1 + uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2.12.0 with: arguments: build - name: Ensure sigstore-java self signing still works - uses: gradle/gradle-build-action@982da8e78c05368c70dac0351bb82647a9e9a5d2 # v2.11.1 + uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2.12.0 with: arguments: sigstore-java:publishToMavenLocal -Prelease -PskipPgpSigning - name: Test sigstore-java/sandbox - uses: gradle/gradle-build-action@982da8e78c05368c70dac0351bb82647a9e9a5d2 # v2.11.1 + uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2.12.0 with: arguments: build build-root-directory: sandbox diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index b0fac636..1bdf43d5 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@982da8e78c05368c70dac0351bb82647a9e9a5d2 # v2.11.1 + uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2.12.0 with: arguments: :sigstore-cli:build