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

Commit 49cfc6e

Browse files
authored
Merge pull request #1212 from kubewarden/renovate/github-actions
build(deps): update github-actions
2 parents 80c9412 + aaebf57 commit 49cfc6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
run: cargo llvm-cov --lcov --output-path lcov.info
9090

9191
- name: Upload unit-tests coverage to Codecov
92-
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
92+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
9393
with:
9494
files: lcov.info
9595
fail_ci_if_error: true
@@ -143,6 +143,6 @@ jobs:
143143
runs-on: ubuntu-latest
144144
steps:
145145
- name: Checkout Actions Repository
146-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
146+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
147147
- name: Spell Check Repo
148148
uses: crate-ci/typos@0f0ccba9ed1df83948f0c15026e4f5ccfce46109 # v1.32.0

0 commit comments

Comments
 (0)