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

Commit 221110d

Browse files
build(deps): update github-actions
1 parent 32f46b1 commit 221110d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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@72179510783eda8c052d17279881c3f7d02f968e # v4.0.0
68+
uses: kubewarden/github-actions/syft-installer@80562ea704490b77f2b56ba3eadec57631d439cd # v4.2.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@72179510783eda8c052d17279881c3f7d02f968e # v4.0.0
159+
uses: kubewarden/github-actions/syft-installer@80562ea704490b77f2b56ba3eadec57631d439cd # v4.2.0
160160
with:
161161
arch: darwin_amd64
162162

@@ -244,7 +244,7 @@ jobs:
244244
path: kwctl-windows-x86_64.exe.zip
245245

246246
- name: Install the syft command
247-
uses: kubewarden/github-actions/syft-installer@72179510783eda8c052d17279881c3f7d02f968e # v4.0.0
247+
uses: kubewarden/github-actions/syft-installer@80562ea704490b77f2b56ba3eadec57631d439cd # v4.2.0
248248
with:
249249
arch: windows_amd64
250250

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
override: true
8181

8282
- name: Install cargo-llvm-cov
83-
uses: taiki-e/install-action@914ac1e29db2d22aef69891f032778d9adc3990d # v2.49.34
83+
uses: taiki-e/install-action@5651179950649c44da31d346537e20c0534f0f25 # v2.49.35
8484
with:
8585
tool: cargo-llvm-cov
8686

@@ -161,4 +161,4 @@ jobs:
161161
- name: Checkout Actions Repository
162162
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
163163
- name: Spell Check Repo
164-
uses: crate-ci/typos@7bc041cbb7ca9167c9e0e4ccbb26f48eb0f9d4e0 # v1.30.2
164+
uses: crate-ci/typos@d08e4083f112e684fb88f6babd9ae60a1f1cd84f # v1.30.3

0 commit comments

Comments
 (0)