Skip to content

Commit 4d47dff

Browse files
authored
Pin codecov action to v4.5.0 and update dependabot.yml to ignore v4.6.0 (#222)
1 parent 1c10d25 commit 4d47dff

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.ansible-lint

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
---
22
exclude_paths:
33
- mkdocs.yml
4+
- dependabot.yml

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ updates:
77
interval: daily
88
labels:
99
- skip-changelog
10+
ignore:
11+
- dependency-name: "codecov/codecov-action"
12+
versions: ["4.6.0"]

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
fi
177177
178178
- name: Upload coverage data
179-
uses: codecov/codecov-action@v4
179+
uses: codecov/codecov-action@v4.5.0
180180
with:
181181
name: ${{ matrix.name }}
182182
fail_ci_if_error: true

0 commit comments

Comments
 (0)