From 6542919ffef57f6eb235a9f874be042d17c1b731 Mon Sep 17 00:00:00 2001 From: tanwigeetika1618 Date: Fri, 4 Oct 2024 20:35:08 +0530 Subject: [PATCH] Pin codecov action to v4.5.0 and update dependabot.yml to ignore v4.6.0 --- .github/dependabot.yml | 3 +++ .github/workflows/tox.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e371e48108..f57f7a6260 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,3 +20,6 @@ updates: labels: - "dependencies" - "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 15ae9080b6..559ad7e654 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -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)