Skip to content

Commit 13b4a1e

Browse files
authored
Bump codecov action hash (#20339)
* bump codecov action version * test * revert
1 parent 5626f4c commit 13b4a1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-fips-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
if: >
156156
!github.event.repository.private &&
157157
always()
158-
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d
158+
uses: codecov/codecov-action@15559ed290fa727036809b67ab0f646ffa6c5158
159159
with:
160160
use_oidc: true
161161
files: "${{ inputs.target || 'tls' }}/coverage.xml"

.github/workflows/test-target.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ jobs:
415415
always() &&
416416
inputs.pytest-args != '-m flaky'
417417
# Flaky tests will have low coverage, don't upload it to avoid pipeline failure
418-
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d
418+
uses: codecov/codecov-action@15559ed290fa727036809b67ab0f646ffa6c5158
419419
with:
420420
use_oidc: true
421421
files: "${{ inputs.target }}/coverage.xml"

0 commit comments

Comments
 (0)