diff --git a/.github/workflows/main-serverless-service.yml b/.github/workflows/main-serverless-service.yml index 10e47a09..1d05ff32 100644 --- a/.github/workflows/main-serverless-service.yml +++ b/.github/workflows/main-serverless-service.yml @@ -71,7 +71,7 @@ jobs: env: ENVIRONMENT: staging # Custom environment variable - name: Codecov - uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0 + uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.xml diff --git a/.github/workflows/pr-serverless-service.yml b/.github/workflows/pr-serverless-service.yml index 4a43900e..cd88d29f 100644 --- a/.github/workflows/pr-serverless-service.yml +++ b/.github/workflows/pr-serverless-service.yml @@ -96,7 +96,7 @@ jobs: - name: Code coverage tests run: make coverage-tests - name: Codecov - uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0 + uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.xml