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

Commit 6422659

Browse files
Merge pull request #1109 from kubewarden/renovate/github-actions
build(deps): update github-actions
2 parents 788c058 + 774fbf3 commit 6422659

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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@ecd8041cd496045da7b999bd282b412f539eb174 # v3.4.7
68+
uses: kubewarden/github-actions/syft-installer@36f0782e949d8597c061ca0d519f7e17a2813190 # v3.4.8
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@ecd8041cd496045da7b999bd282b412f539eb174 # v3.4.7
159+
uses: kubewarden/github-actions/syft-installer@36f0782e949d8597c061ca0d519f7e17a2813190 # v3.4.8
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@ecd8041cd496045da7b999bd282b412f539eb174 # v3.4.7
247+
uses: kubewarden/github-actions/syft-installer@36f0782e949d8597c061ca0d519f7e17a2813190 # v3.4.8
248248
with:
249249
arch: windows_amd64
250250

.github/workflows/ci.yml

Lines changed: 3 additions & 3 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@eb454bad93a35bbf86f7bf88a114beee8d0e08bd # v2.48.22
83+
uses: taiki-e/install-action@955a6ff1416eae278c9f833008a9beb4b7f9afe3 # v2.49.15
8484
with:
8585
tool: cargo-llvm-cov
8686

@@ -91,7 +91,7 @@ jobs:
9191
run: cargo llvm-cov --lcov --output-path lcov.info
9292

9393
- name: Upload unit-tests coverage to Codecov
94-
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
94+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
9595
with:
9696
files: lcov.info
9797
fail_ci_if_error: true
@@ -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@db35ee91e80fbb447f33b0e5fbddb24d2a1a884f # v1.29.10
164+
uses: crate-ci/typos@72f3776b6edc3a10a567b8e43fd0524b2a3f1419 # v1.30.1

0 commit comments

Comments
 (0)