Skip to content

Commit

Permalink
chore(deps): bump codecov/codecov-action from 4.4.1 to 4.5.0 (#798)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jun 20, 2024
1 parent dbd7529 commit 7d45974
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: make test

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.4.1
uses: codecov/codecov-action@v4.5.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: stackrox/kube-linter
Expand All @@ -78,7 +78,7 @@ jobs:
run: make e2e-bats

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.4.1
uses: codecov/codecov-action@v4.5.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: stackrox/kube-linter
Expand Down

0 comments on commit 7d45974

Please sign in to comment.