File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -33,15 +33,15 @@ jobs:
33
33
34
34
steps :
35
35
- name : Checkout repository
36
- uses : actions/checkout@v3
36
+ uses : actions/checkout@v4
37
37
38
38
# Install the cosign tool except on PR
39
39
# https://github.com/sigstore/cosign-installer
40
40
- name : Install cosign
41
41
if : github.event_name != 'pull_request'
42
- uses : sigstore/cosign-installer@6e04d228eb30da1757ee4e1dd75a0ec73a653e06 # v3.1.1
42
+ uses : sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3.5.0
43
43
with :
44
- cosign-release : ' v2.1.1 '
44
+ cosign-release : ' v2.2.4 '
45
45
46
46
# Set up BuildKit Docker container builder to be able to build
47
47
# multi-platform images and export cache
93
93
DIGEST : ${{ steps.build-and-push.outputs.digest }}
94
94
# This step uses the identity token to provision an ephemeral certificate
95
95
# against the sigstore community Fulcio instance.
96
- run : echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
96
+ run : echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.8 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments