Skip to content

Commit 23bc3ab

Browse files
Update Build tools (#122)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 42be691 commit 23bc3ab

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
100100
- name: Attest Maven artifacts
101101
if: inputs.dry_run != true
102-
uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1
102+
uses: actions/attest-build-provenance@4d101475d8b20a2381f78447822ac1eab6504dd8 # v4.2.2
103103
with:
104104
subject-path: maven-staging/**/*
105105

@@ -227,7 +227,7 @@ jobs:
227227

228228
- name: Attest sample artifacts
229229
if: steps.collect.outputs.count != '0'
230-
uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1
230+
uses: actions/attest-build-provenance@4d101475d8b20a2381f78447822ac1eab6504dd8 # v4.2.2
231231
with:
232232
subject-path: release-assets/*
233233

@@ -276,7 +276,7 @@ jobs:
276276
fail_on_unmatched_files: false
277277

278278
- name: Attest build provenance for release assets
279-
uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1
279+
uses: actions/attest-build-provenance@4d101475d8b20a2381f78447822ac1eab6504dd8 # v4.2.2
280280
with:
281281
subject-path: |
282282
sbom.cdx.json

gradle/wrapper/gradle-wrapper.jar

-957 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
3+
distributionSha256Sum=84fbba45c7f4c64abc77460e1c00f541e9f960e3c7ed2538f1ede19eacd873ae
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.0-bin.zip
45
networkTimeout=10000
56
retries=0
67
retryBackOffMs=500
78
validateDistributionUrl=true
89
zipStoreBase=GRADLE_USER_HOME
910
zipStorePath=wrapper/dists
10-
distributionSha256Sum=9c0f7faeeb306cb14e4279a3e084ca6b596894089a0638e68a07c945a32c9e14

0 commit comments

Comments
 (0)