8282 with :
8383 persist-credentials : false
8484 - name : Build, sign, and upload digest
85- uses : kubewarden/github-actions/container-build@a97c0700ad65b276f15fda9195937bb0db850dcf # v4.6.4
85+ uses : kubewarden/github-actions/container-build@0f1672d63bd3572f204917d68390d87f7430069a # v5.0.0
8686 with :
8787 component : ${{ matrix.component }}
8888 arch : ${{ matrix.arch }}
@@ -101,7 +101,7 @@ jobs:
101101 component : [policy-server, kubewarden-controller, audit-scanner]
102102 steps :
103103 - name : Merge multi-arch images
104- uses : kubewarden/github-actions/merge-multiarch@a97c0700ad65b276f15fda9195937bb0db850dcf # v4.6.4
104+ uses : kubewarden/github-actions/merge-multiarch@0f1672d63bd3572f204917d68390d87f7430069a # v5.0.0
105105 with :
106106 component : ${{ matrix.component }}
107107 tag : ${{ github.ref_name }}
@@ -131,7 +131,7 @@ jobs:
131131 arch : [amd64, arm64]
132132 steps :
133133 - name : Generate and sign attestations
134- uses : kubewarden/github-actions/attestation@a97c0700ad65b276f15fda9195937bb0db850dcf # v4.6.4
134+ uses : kubewarden/github-actions/attestation@0f1672d63bd3572f204917d68390d87f7430069a # v5.0.0
135135 with :
136136 component : ${{ matrix.component }}
137137 arch : ${{ matrix.arch }}
@@ -160,7 +160,7 @@ jobs:
160160 echo TAG_NAME=$(echo "$GIT_REF_NAME") >> $GITHUB_ENV
161161 - name : Get latest release tag
162162 id : get_last_release_tag
163- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
163+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
164164 with :
165165 script : |
166166 let release = await github.rest.repos.getLatestRelease({
@@ -174,7 +174,7 @@ jobs:
174174 }
175175 core.setFailed("Cannot find latest release")
176176 - name : Get release ID from the release created by release drafter
177- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
177+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
178178 with :
179179 script : |
180180 let releases = await github.rest.repos.listReleases({
@@ -203,7 +203,7 @@ jobs:
203203 run : ls -R
204204 - name : Upload release assets
205205 id : upload_release_assets
206- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
206+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
207207 with :
208208 script : |
209209 let fs = require('fs');
@@ -265,7 +265,7 @@ jobs:
265265 });
266266 }
267267 - name : Publish release
268- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
268+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
269269 with :
270270 script : |
271271 const {RELEASE_ID} = process.env
0 commit comments