Skip to content

Commit

Permalink
Pin codecov action to v4.5.0 and update dependabot.yml to ignore v4.6…
Browse files Browse the repository at this point in the history
….0 (#4356)
  • Loading branch information
tanwigeetika1618 authored Oct 4, 2024
1 parent 50da005 commit f74f6c4
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 @@ -20,3 +20,6 @@ updates:
labels:
- "dependencies"
- "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 @@ -249,7 +249,7 @@ jobs:
fi
- name: Upload coverage data
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v4.5.0
with:
name: ${{ matrix.name }}
# verbose: true # optional (default = false)
Expand Down

0 comments on commit f74f6c4

Please sign in to comment.