We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbbc647 commit 09f8fb8Copy full SHA for 09f8fb8
1 file changed
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
47
if: >
48
!startsWith(github.head_ref, 'renovate/') &&
49
!startsWith(github.head_ref, 'releaser-pleaser--')
50
- uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6
+ uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7
51
with:
52
token: ${{ secrets.CODECOV_TOKEN }}
53
flags: unit
@@ -78,7 +78,7 @@ jobs:
78
79
80
!startsWith(github.head_ref, 'release-please--')
81
82
83
84
flags: e2e
0 commit comments