Skip to content

Commit

Permalink
Merge pull request #745 from sigstore/renovate/gradle-actions-3.x
Browse files Browse the repository at this point in the history
Update gradle/actions action to v3.4.2
  • Loading branch information
loosebazooka committed Jun 18, 2024
2 parents 4e7f805 + 0d5223b commit d46c782
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: go install github.com/sigstore/fulcio@main

- name: Setup Gradle
uses: gradle/actions/setup-gradle@31ae3562f68c96d481c31bc1a8a55cc1be162f83 # v3.4.1
uses: gradle/actions/setup-gradle@dbbdc275be76ac10734476cc723d82dfe7ec6eda # v3.4.2

# tests that hit staging are current disabled due to flakiness (-PskipStaging)
- name: Test sigstore-java
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
distribution: 'temurin'

- name: Setup Gradle
uses: gradle/actions/setup-gradle@31ae3562f68c96d481c31bc1a8a55cc1be162f83 # v3.4.1
uses: gradle/actions/setup-gradle@dbbdc275be76ac10734476cc723d82dfe7ec6eda # v3.4.2

- name: Build, Sign and Release to Gradle Plugin Portal
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-sigstore-java-from-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
distribution: 'temurin'

- name: Setup Gradle
uses: gradle/actions/setup-gradle@31ae3562f68c96d481c31bc1a8a55cc1be162f83 # v3.4.1
uses: gradle/actions/setup-gradle@dbbdc275be76ac10734476cc723d82dfe7ec6eda # v3.4.2

- name: Build, Sign and Release to Maven Central
run: |
Expand Down

0 comments on commit d46c782

Please sign in to comment.