From 749cc6116f77ca48f386b0c29e27c95880c57f20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20de=20la=20Pe=C3=B1a?= Date: Thu, 15 Sep 2022 18:54:21 +0200 Subject: [PATCH] chore: pin codecov's GH action to v3.1.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0350f193d..6039f75076 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: # only report code coverage on linux - name: Upload coverage report if: ${{ matrix.platform == 'ubuntu-latest' }} - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 with: files: ./cover.txt name: testcontainers-go-${{ matrix.go-version }}