File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 with :
3535 persist-credentials : false
3636 - name : Build, sign, and upload digest
37- uses : kubewarden/github-actions/container-build@63e6bff6226bbdd84a4244892417eb27676b7a8c # v5.0.1
37+ uses : kubewarden/github-actions/container-build@1a7c4d1174bba4cd64f87feed1e7fa6c56aa7a46 # v5.1.0
3838 with :
3939 component : ${{ matrix.component }}
4040 arch : ${{ matrix.arch }}
6666 run : |
6767 echo TAG_NAME=$INPUT_VERSION >> $GITHUB_ENV
6868 - name : Merge multi-arch images
69- uses : kubewarden/github-actions/merge-multiarch@63e6bff6226bbdd84a4244892417eb27676b7a8c # v5.0.1
69+ uses : kubewarden/github-actions/merge-multiarch@1a7c4d1174bba4cd64f87feed1e7fa6c56aa7a46 # v5.1.0
7070 with :
7171 component : ${{ matrix.component }}
7272 tag : ${{ env.TAG_NAME }}
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ jobs:
146146
147147 - name : Install the syft command
148148 if : ${{ !inputs.build_only }}
149- uses : kubewarden/github-actions/syft-installer@63e6bff6226bbdd84a4244892417eb27676b7a8c # v5.0.1
149+ uses : kubewarden/github-actions/syft-installer@1a7c4d1174bba4cd64f87feed1e7fa6c56aa7a46 # v5.1.0
150150
151151 - name : Create SBOM file
152152 if : ${{ !inputs.build_only }}
@@ -242,7 +242,7 @@ jobs:
242242
243243 - name : Install the syft command
244244 if : ${{ !inputs.build_only }}
245- uses : kubewarden/github-actions/syft-installer@63e6bff6226bbdd84a4244892417eb27676b7a8c # v5.0.1
245+ uses : kubewarden/github-actions/syft-installer@1a7c4d1174bba4cd64f87feed1e7fa6c56aa7a46 # v5.1.0
246246 with :
247247 arch : darwin_amd64
248248
@@ -342,7 +342,7 @@ jobs:
342342
343343 - name : Install the syft command
344344 if : ${{ !inputs.build_only }}
345- uses : kubewarden/github-actions/syft-installer@63e6bff6226bbdd84a4244892417eb27676b7a8c # v5.0.1
345+ uses : kubewarden/github-actions/syft-installer@1a7c4d1174bba4cd64f87feed1e7fa6c56aa7a46 # v5.1.0
346346 with :
347347 arch : windows_amd64
348348
Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ jobs:
262262 with :
263263 persist-credentials : false
264264 - name : Install opa
265- uses : kubewarden/github-actions/opa-installer@63e6bff6226bbdd84a4244892417eb27676b7a8c # v5.0.1
265+ uses : kubewarden/github-actions/opa-installer@1a7c4d1174bba4cd64f87feed1e7fa6c56aa7a46 # v5.1.0
266266 with :
267267 opa-version : v1.12.2
268268 checksum : a4ba8734ed95ceaac850c12684a42467ed6b0dc9633a9db8dd14d47d05e37751
@@ -354,7 +354,7 @@ jobs:
354354 with :
355355 persist-credentials : false
356356 - name : Install cargo-llvm-cov
357- uses : taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # v2.75.18
357+ uses : taiki-e/install-action@cf525cb33f51aca27cd6fa02034117ab963ff9f1 # v2.75.22
358358 with :
359359 tool : cargo-llvm-cov
360360 - name : Install cosign # this is needed by some of the e2e tests
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104 persist-credentials : false
105105
106106 - name : " Install kwctl"
107- uses : kubewarden/github-actions/kwctl-installer@63e6bff6226bbdd84a4244892417eb27676b7a8c # v5.0.1
107+ uses : kubewarden/github-actions/kwctl-installer@1a7c4d1174bba4cd64f87feed1e7fa6c56aa7a46 # v5.1.0
108108 with :
109109 kwctl-version : latest
110110
Original file line number Diff line number Diff line change 3131 run : cargo install --locked --version 0.13.9 cargo-edit
3232
3333 - name : Install Updatecli in the runner
34- uses : updatecli/updatecli-action@af341a800cdbcde3ddcebb7a62410ac06a78a207 # v3.1.2
34+ uses : updatecli/updatecli-action@2c3221bc5f4499a99fec2c87d9de4a83cb30e990 # v3.1.3
3535 with :
3636 # Pinned to v0.109.0 due to a behavior change in newer versions that breaks the update script
3737 version : v0.109.0
Original file line number Diff line number Diff line change 8282 with :
8383 persist-credentials : false
8484 - name : Build, sign, and upload digest
85- uses : kubewarden/github-actions/container-build@63e6bff6226bbdd84a4244892417eb27676b7a8c # v5.0.1
85+ uses : kubewarden/github-actions/container-build@1a7c4d1174bba4cd64f87feed1e7fa6c56aa7a46 # v5.1.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@63e6bff6226bbdd84a4244892417eb27676b7a8c # v5.0.1
104+ uses : kubewarden/github-actions/merge-multiarch@1a7c4d1174bba4cd64f87feed1e7fa6c56aa7a46 # v5.1.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@63e6bff6226bbdd84a4244892417eb27676b7a8c # v5.0.1
134+ uses : kubewarden/github-actions/attestation@1a7c4d1174bba4cd64f87feed1e7fa6c56aa7a46 # v5.1.0
135135 with :
136136 component : ${{ matrix.component }}
137137 arch : ${{ matrix.arch }}
Original file line number Diff line number Diff line change 1818 persist-credentials : false
1919
2020 - name : Install Updatecli in the runner
21- uses : updatecli/updatecli-action@af341a800cdbcde3ddcebb7a62410ac06a78a207 # v3.1.2
21+ uses : updatecli/updatecli-action@2c3221bc5f4499a99fec2c87d9de4a83cb30e990 # v3.1.3
2222 with :
2323 # The version is pinned for now to workaround an issue found during
2424 # the compose file exectution when updatecli reports "something wrong
You can’t perform that action at this time.
0 commit comments