From e99b3f93806b15e35d53fc9d2902f217ec057609 Mon Sep 17 00:00:00 2001 From: Todd Baert Date: Thu, 14 Sep 2023 11:12:32 -0400 Subject: [PATCH 1/3] chore: disable action pinning see https://github.com/codecov/codecov-action/issues/1087 Signed-off-by: Todd Baert --- renovate.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 62574107d..d3b4a0c60 100644 --- a/renovate.json +++ b/renovate.json @@ -1,8 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base", - "helpers:pinGitHubActionDigests" + "config:base" ], "packageRules": [ { From 1f0eab182612f2082eb8089eb241769123bd5def Mon Sep 17 00:00:00 2001 From: Todd Baert Date: Thu, 14 Sep 2023 11:14:55 -0400 Subject: [PATCH 2/3] Update merge.yml Signed-off-by: Todd Baert --- .github/workflows/merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index d3aca73ec..a4d482001 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -49,7 +49,7 @@ jobs: run: mvn --batch-mode --update-snapshots verify - name: Upload coverage to Codecov - uses: codecov/codecov-action@b65fbdcf9751c92f3e0ac5e72616e5d5dd72bcdb + uses: codecov/codecov-action@v3.1.4 with: token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos flags: unittests # optional From f83faa2c7c14c7208cb5dbf47384815d7af09edd Mon Sep 17 00:00:00 2001 From: Todd Baert Date: Thu, 14 Sep 2023 11:15:10 -0400 Subject: [PATCH 3/3] Update pullrequest.yml Signed-off-by: Todd Baert --- .github/workflows/pullrequest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index ccdaf78bf..5a12a3ee8 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -36,7 +36,7 @@ jobs: run: mvn --batch-mode --update-snapshots --activate-profiles e2e verify - name: Upload coverage to Codecov - uses: codecov/codecov-action@b65fbdcf9751c92f3e0ac5e72616e5d5dd72bcdb + uses: codecov/codecov-action@v3.1.4 with: token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos flags: unittests # optional