diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c7a5bee84ff..2f37284cf4a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,6 +20,8 @@ updates: ignore: # skip to update retest, because it won't work with the latest version - dependency-name: "envoyproxy/toolshed/gh-actions/retest" + # skip until https://github.com/codecov/feedback/issues/112 is resolved + - dependency-name: "codecov/codecov-action" - package-ecosystem: github-actions directory: /tools/github-actions/setup-deps schedule: diff --git a/.github/workflows/build_and_test.yaml b/.github/workflows/build_and_test.yaml index 0f9508940bb..c61b03d74fd 100644 --- a/.github/workflows/build_and_test.yaml +++ b/.github/workflows/build_and_test.yaml @@ -52,7 +52,7 @@ jobs: - name: Run Coverage Tests run: make go.test.coverage - name: Upload coverage to Codecov - uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0 + uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # v3.1.5 with: fail_ci_if_error: false files: ./coverage.xml