Skip to content

Commit

Permalink
Merge pull request #968 from kubewarden/dependabot/github_actions/tai…
Browse files Browse the repository at this point in the history
…ki-e/install-action-2.44.60

build(deps): Bump taiki-e/install-action from 2.44.53 to 2.44.60
  • Loading branch information
flavio authored Nov 5, 2024
2 parents ea48b20 + e74cdad commit 86e1edb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
override: true

- name: Install cargo-llvm-cov
uses: taiki-e/install-action@278aeeb6e331c1bd610bffe45862e09452854b1a # v2.44.53
uses: taiki-e/install-action@678b06b887cdbf44fa0601e5915f865e17c2241d # v2.44.60
with:
tool: cargo-llvm-cov

Expand All @@ -92,13 +92,12 @@ jobs:

- name: Upload unit-tests coverage to Codecov
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}
with:
files: lcov.info
fail_ci_if_error: true
name: unit-tests and e2e-tests
verbose: true
token: ${{ secrets.CODECOV_ORG_TOKEN }}

fmt:
name: Rustfmt
Expand Down

0 comments on commit 86e1edb

Please sign in to comment.