Skip to content

Commit

Permalink
Merge pull request #484 from sigstore/renovate/gradle-gradle-build-ac…
Browse files Browse the repository at this point in the history
…tion-2.x

chore(deps): update gradle/gradle-build-action action to v2.8.0
  • Loading branch information
loosebazooka authored Sep 7, 2023
2 parents cc5c060 + 469d4b8 commit 802ca36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 802ca36

Please sign in to comment.