Skip to content

Commit 92bcf07

Browse files
authored
Merge pull request #1696 from kubewarden/renovate/github-actions
chore(deps): update github actions
2 parents 9462fe1 + 09a516c commit 92bcf07

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/build-containers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
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@e57db07ca384bf09ec40c4c49ff25d600c0d23d9 # v5.1.1
3838
with:
3939
component: ${{ matrix.component }}
4040
arch: ${{ matrix.arch }}
@@ -66,7 +66,7 @@ jobs:
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@e57db07ca384bf09ec40c4c49ff25d600c0d23d9 # v5.1.1
7070
with:
7171
component: ${{ matrix.component }}
7272
tag: ${{ env.TAG_NAME }}

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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@e57db07ca384bf09ec40c4c49ff25d600c0d23d9 # v5.1.1
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@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v2.75.23
358358
with:
359359
tool: cargo-llvm-cov
360360
- name: Install cosign # this is needed by some of the e2e tests
@@ -402,7 +402,7 @@ jobs:
402402
with:
403403
persist-credentials: false
404404
- name: Check spelling with typos
405-
uses: crate-ci/typos@cf5f1c29a8ac336af8568821ec41919923b05a83 # v1.45.1
405+
uses: crate-ci/typos@7c572958218557a3272c2d6719629443b5cc26fd # v1.45.2
406406

407407
charts:
408408
name: Helm unittest

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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@e57db07ca384bf09ec40c4c49ff25d600c0d23d9 # v5.1.1
108108
with:
109109
kwctl-version: latest
110110

.github/workflows/open-release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
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@e57db07ca384bf09ec40c4c49ff25d600c0d23d9 # v5.1.1
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@e57db07ca384bf09ec40c4c49ff25d600c0d23d9 # v5.1.1
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@e57db07ca384bf09ec40c4c49ff25d600c0d23d9 # v5.1.1
135135
with:
136136
component: ${{ matrix.component }}
137137
arch: ${{ matrix.arch }}

.github/workflows/update-dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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

0 commit comments

Comments
 (0)