Skip to content

Commit 6209ed8

Browse files
Bump codecov/test-results-action from 1.1.0 to 1.1.1 (#6293)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rajkumar Rangaraj <[email protected]>
1 parent 60a3839 commit 6209ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Component.BuildTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898

9999
- name: Upload test results ${{ inputs.code-cov-prefix }}-${{ inputs.code-cov-name }}
100100
if: ${{ !cancelled() && hashFiles('./**/TestResults/junit.xml') != '' }}
101-
uses: codecov/test-results-action@f2dba722c67b86c6caa034178c6e4d35335f6706 # v1.1.0
101+
uses: codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f # v1.1.1
102102
with:
103103
env_vars: OS,TFM
104104
flags: ${{ inputs.code-cov-prefix }}-${{ inputs.code-cov-name }}

0 commit comments

Comments
 (0)