From 82a11a05171c2892db5ee6be35e1d4baf5adb4a0 Mon Sep 17 00:00:00 2001 From: Laurent Demailly Date: Sun, 24 Mar 2024 11:53:39 -0700 Subject: [PATCH] pin to current v4 --- .github/workflows/codecov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index fe6ec72..9b35655 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -4,7 +4,7 @@ on: workflow_call: secrets: CODECOV_TOKEN: - required: true + required: true push: branches: [ main ] pull_request: @@ -23,6 +23,6 @@ jobs: run: make dependencies || true # Used in fortio for instance to prep for go tests - name: Run test coverage run: go test -coverprofile=coverage.out ./... - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # pin@v4 with: files: coverage.out