Skip to content

Commit

Permalink
Pin codecov action to v4.5.0 and update dependabot.yml to ignore v4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonlhart committed Oct 4, 2024
1 parent 1c10d25 commit f0a6ba1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ updates:
interval: daily
labels:
- skip-changelog
ignore:
- dependency-name: codecov/codecov-action
versions: [4.6.0]
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
fi
- name: Upload coverage data
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v4.5.0
with:
name: ${{ matrix.name }}
fail_ci_if_error: true
Expand Down

0 comments on commit f0a6ba1

Please sign in to comment.