@@ -374,7 +374,7 @@ jobs:
374374
375375 - name : Upload test results to Codecov (als)
376376 if : ${{ !cancelled() && hashFiles('out/junit/als/*.xml') != '' }}
377- uses : codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f # v1.1 .1
377+ uses : codecov/test-results-action@0fa95f0e1eeaafde2c782583b36b28ad0d8c77d3 # v1.2 .1
378378 with :
379379 fail_ci_if_error : true
380380 directory : out/junit/als
@@ -386,7 +386,7 @@ jobs:
386386
387387 - name : Upload test results to Codecov (mcp)
388388 if : ${{ !cancelled() && hashFiles('out/junit/mcp/*.xml') != '' }}
389- uses : codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f # v1.1 .1
389+ uses : codecov/test-results-action@0fa95f0e1eeaafde2c782583b36b28ad0d8c77d3 # v1.2 .1
390390 with :
391391 fail_ci_if_error : true
392392 directory : out/junit/mcp
@@ -398,7 +398,7 @@ jobs:
398398
399399 - name : Upload test results to Codecov (e2e)
400400 if : ${{ !cancelled() && hashFiles('out/junit/e2e/*.xml') != '' }}
401- uses : codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f # v1.1 .1
401+ uses : codecov/test-results-action@0fa95f0e1eeaafde2c782583b36b28ad0d8c77d3 # v1.2 .1
402402 with :
403403 fail_ci_if_error : true
404404 directory : out/junit/e2e
@@ -410,7 +410,7 @@ jobs:
410410
411411 - name : Upload test results to Codecov (unit)
412412 if : ${{ !cancelled() && hashFiles('out/junit/unit/*.xml') != '' }}
413- uses : codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f # v1.1 .1
413+ uses : codecov/test-results-action@0fa95f0e1eeaafde2c782583b36b28ad0d8c77d3 # v1.2 .1
414414 with :
415415 fail_ci_if_error : true
416416 directory : out/junit/unit
@@ -422,7 +422,7 @@ jobs:
422422
423423 - name : Upload test results to Codecov (ui)
424424 if : ${{ !cancelled() && hashFiles('out/junit/ui/*.xml') != '' }}
425- uses : codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f # v1.1 .1
425+ uses : codecov/test-results-action@0fa95f0e1eeaafde2c782583b36b28ad0d8c77d3 # v1.2 .1
426426 with :
427427 fail_ci_if_error : true
428428 directory : out/junit/ui
0 commit comments