From 4d47dff139acb025f1f456fb0da13b25cfed499f Mon Sep 17 00:00:00 2001 From: Alison Hart Date: Fri, 4 Oct 2024 15:24:58 -0400 Subject: [PATCH] Pin codecov action to v4.5.0 and update dependabot.yml to ignore v4.6.0 (#222) --- .ansible-lint | 1 + .github/dependabot.yml | 3 +++ .github/workflows/tox.yml | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.ansible-lint b/.ansible-lint index c0c3429..32aa8d5 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -1,3 +1,4 @@ --- exclude_paths: - mkdocs.yml + - dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f50de49..b97a048 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,6 @@ updates: interval: daily labels: - skip-changelog + ignore: + - dependency-name: "codecov/codecov-action" + versions: ["4.6.0"] diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index d97b566..4820c8b 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -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