Skip to content

Commit

Permalink
pin to current v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ldemailly committed Mar 24, 2024
1 parent 7e03fea commit 82a11a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_call:
secrets:
CODECOV_TOKEN:
required: true
required: true
push:
branches: [ main ]
pull_request:
Expand All @@ -23,6 +23,6 @@ jobs:
run: make dependencies || true # Used in fortio for instance to prep for go tests
- name: Run test coverage
run: go test -coverprofile=coverage.out ./...
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # pin@v4
with:
files: coverage.out

0 comments on commit 82a11a0

Please sign in to comment.