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 (#222)
  • Loading branch information
alisonlhart authored Oct 4, 2024
1 parent 1c10d25 commit 4d47dff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
exclude_paths:
- mkdocs.yml
- dependabot.yml
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 4d47dff

Please sign in to comment.