Skip to content

Commit 45bee66

Browse files
renovate[bot]viccuad
authored andcommitted
chore(deps): update github actions
1 parent 50afa34 commit 45bee66

5 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@7bc76e326b9c29582dd89eaf1b9efad1da3d3872 # v4.6.3
37+
uses: kubewarden/github-actions/container-build@a97c0700ad65b276f15fda9195937bb0db850dcf # v4.6.4
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@7bc76e326b9c29582dd89eaf1b9efad1da3d3872 # v4.6.3
69+
uses: kubewarden/github-actions/merge-multiarch@a97c0700ad65b276f15fda9195937bb0db850dcf # v4.6.4
7070
with:
7171
component: ${{ matrix.component }}
7272
tag: ${{ env.TAG_NAME }}

.github/workflows/build-kwctl.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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@7bc76e326b9c29582dd89eaf1b9efad1da3d3872 # v4.6.3
149+
uses: kubewarden/github-actions/syft-installer@a97c0700ad65b276f15fda9195937bb0db850dcf # v4.6.4
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@7bc76e326b9c29582dd89eaf1b9efad1da3d3872 # v4.6.3
245+
uses: kubewarden/github-actions/syft-installer@a97c0700ad65b276f15fda9195937bb0db850dcf # v4.6.4
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@7bc76e326b9c29582dd89eaf1b9efad1da3d3872 # v4.6.3
345+
uses: kubewarden/github-actions/syft-installer@a97c0700ad65b276f15fda9195937bb0db850dcf # v4.6.4
346346
with:
347347
arch: windows_amd64
348348

.github/workflows/ci.yml

Lines changed: 2 additions & 2 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@7bc76e326b9c29582dd89eaf1b9efad1da3d3872 # v4.6.3
265+
uses: kubewarden/github-actions/opa-installer@a97c0700ad65b276f15fda9195937bb0db850dcf # v4.6.4
266266
with:
267267
opa-version: v1.12.2
268268
- name: Install bats
@@ -353,7 +353,7 @@ jobs:
353353
with:
354354
persist-credentials: false
355355
- name: Install cargo-llvm-cov
356-
uses: taiki-e/install-action@e9e8e031bcd90cdbe8ac6bb1d376f8596e587fbf # v2.70.2
356+
uses: taiki-e/install-action@6ef672efc2b5aabc787a9e94baf4989aa02a97df # v2.70.3
357357
with:
358358
tool: cargo-llvm-cov
359359
- name: Install cosign # this is needed by some of the e2e tests

.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@7bc76e326b9c29582dd89eaf1b9efad1da3d3872 # v4.6.3
107+
uses: kubewarden/github-actions/kwctl-installer@a97c0700ad65b276f15fda9195937bb0db850dcf # v4.6.4
108108
with:
109109
KWCTL_VERSION: latest
110110

.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@7bc76e326b9c29582dd89eaf1b9efad1da3d3872 # v4.6.3
85+
uses: kubewarden/github-actions/container-build@a97c0700ad65b276f15fda9195937bb0db850dcf # v4.6.4
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@7bc76e326b9c29582dd89eaf1b9efad1da3d3872 # v4.6.3
104+
uses: kubewarden/github-actions/merge-multiarch@a97c0700ad65b276f15fda9195937bb0db850dcf # v4.6.4
105105
with:
106106
component: ${{ matrix.component }}
107107
tag: ${{ github.ref_name }}
@@ -130,7 +130,7 @@ jobs:
130130
arch: [amd64, arm64]
131131
steps:
132132
- name: Generate and sign attestations
133-
uses: kubewarden/github-actions/attestation@7bc76e326b9c29582dd89eaf1b9efad1da3d3872 # v4.6.3
133+
uses: kubewarden/github-actions/attestation@a97c0700ad65b276f15fda9195937bb0db850dcf # v4.6.4
134134
with:
135135
component: ${{ matrix.component }}
136136
arch: ${{ matrix.arch }}

0 commit comments

Comments
 (0)