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

Commit 6a78f6a

Browse files
authored
Merge pull request #1214 from kubewarden/renovate/github-actions
build(deps): update github-actions
2 parents 49cfc6e + a3ffac1 commit 6a78f6a

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
@@ -69,7 +69,7 @@ jobs:
6969
path: kwctl-linux-${{ matrix.targetarch }}.zip
7070

7171
- name: Install the syft command
72-
uses: kubewarden/github-actions/syft-installer@3455ea9c2072dcb59869705247d7c4ab7488f576 # v4.4.6
72+
uses: kubewarden/github-actions/syft-installer@17c5644b077a978dfb14bb78985432362b619c1e # v4.4.7
7373

7474
- name: Create SBOM file
7575
shell: bash
@@ -150,7 +150,7 @@ jobs:
150150
path: kwctl-darwin-${{ matrix.targetarch }}.zip
151151

152152
- name: Install the syft command
153-
uses: kubewarden/github-actions/syft-installer@3455ea9c2072dcb59869705247d7c4ab7488f576 # v4.4.6
153+
uses: kubewarden/github-actions/syft-installer@17c5644b077a978dfb14bb78985432362b619c1e # v4.4.7
154154
with:
155155
arch: darwin_amd64
156156

@@ -236,7 +236,7 @@ jobs:
236236
path: kwctl-windows-x86_64.exe.zip
237237

238238
- name: Install the syft command
239-
uses: kubewarden/github-actions/syft-installer@3455ea9c2072dcb59869705247d7c4ab7488f576 # v4.4.6
239+
uses: kubewarden/github-actions/syft-installer@17c5644b077a978dfb14bb78985432362b619c1e # v4.4.7
240240
with:
241241
arch: windows_amd64
242242

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7979

8080
- name: Install cargo-llvm-cov
81-
uses: taiki-e/install-action@83254c543806f3224380bf1001d6fac8feaf2d0b # v2.50.10
81+
uses: taiki-e/install-action@941e8a4d9d7cdb696bd4f017cf54aca281f8ffff # v2.51.2
8282
with:
8383
tool: cargo-llvm-cov
8484

0 commit comments

Comments
 (0)