Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Commit 9bb57bb

Browse files
Merge pull request #1167 from kubewarden/renovate/github-actions
build(deps): update github-actions
2 parents 1572a08 + ca2ca4c commit 9bb57bb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
path: kwctl-linux-${{ matrix.targetarch }}.zip
6666

6767
- name: Install the syft command
68-
uses: kubewarden/github-actions/syft-installer@061457443f381a6c92489003d1d89c67ac32ad51 # v4.3.0
68+
uses: kubewarden/github-actions/syft-installer@a856b31e3c8d62419e6c2fa325dbd346fec21af5 # v4.4.0
6969

7070
- name: Create SBOM file
7171
shell: bash
@@ -156,7 +156,7 @@ jobs:
156156
path: kwctl-darwin-${{ matrix.targetarch }}.zip
157157

158158
- name: Install the syft command
159-
uses: kubewarden/github-actions/syft-installer@061457443f381a6c92489003d1d89c67ac32ad51 # v4.3.0
159+
uses: kubewarden/github-actions/syft-installer@a856b31e3c8d62419e6c2fa325dbd346fec21af5 # v4.4.0
160160
with:
161161
arch: darwin_amd64
162162

@@ -251,7 +251,7 @@ jobs:
251251
path: kwctl-windows-x86_64.exe.zip
252252

253253
- name: Install the syft command
254-
uses: kubewarden/github-actions/syft-installer@061457443f381a6c92489003d1d89c67ac32ad51 # v4.3.0
254+
uses: kubewarden/github-actions/syft-installer@a856b31e3c8d62419e6c2fa325dbd346fec21af5 # v4.4.0
255255
with:
256256
arch: windows_amd64
257257

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
override: true
9797

9898
- name: Install cargo-llvm-cov
99-
uses: taiki-e/install-action@d4635f2de61c8b8104d59cd4aede2060638378cc # v2.49.45
99+
uses: taiki-e/install-action@2db346588ecc179293df26b2f8dcc61d3b3ecc40 # v2.49.46
100100
with:
101101
tool: cargo-llvm-cov
102102

0 commit comments

Comments
 (0)