Skip to content

Commit

Permalink
Merge pull request ratify-project#1379 from deislabs/dependabot/githu…
Browse files Browse the repository at this point in the history
…b_actions/codecov/codecov-action-4.3.0

chore: Bump codecov/codecov-action from 4.2.0 to 4.3.0
  • Loading branch information
binbin-li authored Apr 10, 2024
2 parents 6a93bbf + 8c87951 commit 9ac7d5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Check build
run: bin/ratify version
- name: Upload coverage to codecov.io
uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0
uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Run helm lint
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
make install ratify-config install-bats
make test-e2e-cli GOCOVERDIR=${GITHUB_WORKSPACE}/test/e2e/.cover
- name: Upload coverage to codecov.io
uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0
uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
markdown-link-check:
Expand Down

0 comments on commit 9ac7d5a

Please sign in to comment.