Skip to content

Commit fc8efa9

Browse files
Bump codecov/codecov-action from 4.1.1 to 4.2.0 (ITISFoundation#5637)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4e5aae0 commit fc8efa9

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

.github/workflows/ci-testing-deploy.yml

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ jobs:
329329
- name: test
330330
if: always()
331331
run: ./ci/github/unit-testing/webserver.bash test_with_db 01
332-
- uses: codecov/codecov-action@v4.1.1
332+
- uses: codecov/codecov-action@v4.2.0
333333
with:
334334
flags: unittests #optional
335335

@@ -368,7 +368,7 @@ jobs:
368368
run: ./ci/github/unit-testing/webserver.bash install
369369
- name: test
370370
run: ./ci/github/unit-testing/webserver.bash test_with_db 02
371-
- uses: codecov/codecov-action@v4.1.1
371+
- uses: codecov/codecov-action@v4.2.0
372372
with:
373373
flags: unittests #optional
374374

@@ -407,7 +407,7 @@ jobs:
407407
run: ./ci/github/unit-testing/webserver.bash install
408408
- name: test
409409
run: ./ci/github/unit-testing/webserver.bash test_with_db 03
410-
- uses: codecov/codecov-action@v4.1.1
410+
- uses: codecov/codecov-action@v4.2.0
411411
with:
412412
flags: unittests #optional
413413

@@ -449,7 +449,7 @@ jobs:
449449
- name: test
450450
if: always()
451451
run: ./ci/github/unit-testing/storage.bash test
452-
- uses: codecov/codecov-action@v4.1.1
452+
- uses: codecov/codecov-action@v4.2.0
453453
with:
454454
flags: unittests #optional
455455

@@ -493,7 +493,7 @@ jobs:
493493
- name: test
494494
if: always()
495495
run: ./ci/github/unit-testing/agent.bash test
496-
- uses: codecov/codecov-action@v4.1.1
496+
- uses: codecov/codecov-action@v4.2.0
497497
with:
498498
flags: unittests #optional
499499

@@ -574,7 +574,7 @@ jobs:
574574
- name: OAS backwards compatibility check
575575
if: always()
576576
run: ./ci/github/unit-testing/api-server.bash openapi-diff
577-
- uses: codecov/codecov-action@v4.1.1
577+
- uses: codecov/codecov-action@v4.2.0
578578
with:
579579
flags: unittests #optional
580580

@@ -616,7 +616,7 @@ jobs:
616616
- name: test
617617
if: always()
618618
run: ./ci/github/unit-testing/autoscaling.bash test
619-
- uses: codecov/codecov-action@v4.1.1
619+
- uses: codecov/codecov-action@v4.2.0
620620
with:
621621
flags: unittests #optional
622622

@@ -664,7 +664,7 @@ jobs:
664664
with:
665665
name: ${{ github.job }}_docker_logs
666666
path: ./services/catalog/test_failures
667-
- uses: codecov/codecov-action@v4.1.1
667+
- uses: codecov/codecov-action@v4.2.0
668668
with:
669669
flags: unittests #optional
670670

@@ -716,7 +716,7 @@ jobs:
716716
source .venv/bin/activate && \
717717
pushd services/clusters-keeper && \
718718
make test-ci-unit
719-
- uses: codecov/codecov-action@v4.1.1
719+
- uses: codecov/codecov-action@v4.2.0
720720
with:
721721
flags: unittests #optional
722722

@@ -764,7 +764,7 @@ jobs:
764764
with:
765765
name: ${{ github.job }}_docker_logs
766766
path: ./services/datcore-adapter/test_failures
767-
- uses: codecov/codecov-action@v4.1.1
767+
- uses: codecov/codecov-action@v4.2.0
768768
with:
769769
flags: unittests #optional
770770

@@ -799,7 +799,7 @@ jobs:
799799
run: ./ci/github/unit-testing/director.bash install
800800
- name: test
801801
run: ./ci/github/unit-testing/director.bash test
802-
- uses: codecov/codecov-action@v4.1.1
802+
- uses: codecov/codecov-action@v4.2.0
803803
with:
804804
flags: unittests #optional
805805

@@ -847,7 +847,7 @@ jobs:
847847
with:
848848
name: ${{ github.job }}_docker_logs
849849
path: ./services/director-v2/test_failures
850-
- uses: codecov/codecov-action@v4.1.1
850+
- uses: codecov/codecov-action@v4.2.0
851851
with:
852852
flags: unittests #optional
853853

@@ -889,7 +889,7 @@ jobs:
889889
- name: test
890890
if: always()
891891
run: ./ci/github/unit-testing/aws-library.bash test
892-
- uses: codecov/codecov-action@v4.1.1
892+
- uses: codecov/codecov-action@v4.2.0
893893
with:
894894
flags: unittests #optional
895895

@@ -931,7 +931,7 @@ jobs:
931931
- name: test
932932
if: always()
933933
run: ./ci/github/unit-testing/dask-task-models-library.bash test
934-
- uses: codecov/codecov-action@v4.1.1
934+
- uses: codecov/codecov-action@v4.2.0
935935
with:
936936
flags: unittests #optional
937937

@@ -973,7 +973,7 @@ jobs:
973973
- name: test
974974
if: always()
975975
run: ./ci/github/unit-testing/dask-sidecar.bash test
976-
- uses: codecov/codecov-action@v4.1.1
976+
- uses: codecov/codecov-action@v4.2.0
977977
with:
978978
flags: unittests #optional
979979

@@ -1025,7 +1025,7 @@ jobs:
10251025
source .venv/bin/activate && \
10261026
pushd services/osparc-gateway-server && \
10271027
make test-ci-unit
1028-
- uses: codecov/codecov-action@v4.1.1
1028+
- uses: codecov/codecov-action@v4.2.0
10291029
with:
10301030
flags: unittests #optional
10311031

@@ -1067,7 +1067,7 @@ jobs:
10671067
- name: test
10681068
if: always()
10691069
run: ./ci/github/unit-testing/payments.bash test
1070-
- uses: codecov/codecov-action@v4.1.1
1070+
- uses: codecov/codecov-action@v4.2.0
10711071
with:
10721072
flags: unittests #optional
10731073

@@ -1109,7 +1109,7 @@ jobs:
11091109
- name: test
11101110
if: always()
11111111
run: ./ci/github/unit-testing/dynamic-scheduler.bash test
1112-
- uses: codecov/codecov-action@v4.1.1
1112+
- uses: codecov/codecov-action@v4.2.0
11131113
with:
11141114
flags: unittests #optional
11151115

@@ -1161,7 +1161,7 @@ jobs:
11611161
source .venv/bin/activate && \
11621162
pushd services/resource-usage-tracker && \
11631163
make test-ci-unit
1164-
- uses: codecov/codecov-action@v4.1.1
1164+
- uses: codecov/codecov-action@v4.2.0
11651165
with:
11661166
flags: unittests #optional
11671167

@@ -1203,7 +1203,7 @@ jobs:
12031203
- name: test
12041204
if: always()
12051205
run: ./ci/github/unit-testing/dynamic-sidecar.bash test
1206-
- uses: codecov/codecov-action@v4.1.1
1206+
- uses: codecov/codecov-action@v4.2.0
12071207
with:
12081208
flags: unittests #optional
12091209

@@ -1317,7 +1317,7 @@ jobs:
13171317
- name: test
13181318
if: always()
13191319
run: ./ci/github/unit-testing/postgres-database.bash test
1320-
- uses: codecov/codecov-action@v4.1.1
1320+
- uses: codecov/codecov-action@v4.2.0
13211321
with:
13221322
flags: unittests #optional
13231323

@@ -1359,7 +1359,7 @@ jobs:
13591359
- name: test
13601360
if: always()
13611361
run: ./ci/github/unit-testing/invitations.bash test
1362-
- uses: codecov/codecov-action@v4.1.1
1362+
- uses: codecov/codecov-action@v4.2.0
13631363
with:
13641364
flags: unittests #optional
13651365

@@ -1401,7 +1401,7 @@ jobs:
14011401
- name: test
14021402
if: always()
14031403
run: ./ci/github/unit-testing/service-integration.bash test
1404-
- uses: codecov/codecov-action@v4.1.1
1404+
- uses: codecov/codecov-action@v4.2.0
14051405
with:
14061406
flags: unittests #optional
14071407

@@ -1443,7 +1443,7 @@ jobs:
14431443
- name: test
14441444
if: always()
14451445
run: ./ci/github/unit-testing/service-library.bash test_all
1446-
- uses: codecov/codecov-action@v4.1.1
1446+
- uses: codecov/codecov-action@v4.2.0
14471447
with:
14481448
flags: unittests #optional
14491449

@@ -1485,7 +1485,7 @@ jobs:
14851485
- name: test
14861486
if: always()
14871487
run: ./ci/github/unit-testing/settings-library.bash test
1488-
- uses: codecov/codecov-action@v4.1.1
1488+
- uses: codecov/codecov-action@v4.2.0
14891489
with:
14901490
flags: unittests #optional
14911491

@@ -1526,7 +1526,7 @@ jobs:
15261526
run: ./ci/github/unit-testing/models-library.bash typecheck
15271527
- name: test
15281528
run: ./ci/github/unit-testing/models-library.bash test
1529-
- uses: codecov/codecov-action@v4.1.1
1529+
- uses: codecov/codecov-action@v4.2.0
15301530
with:
15311531
flags: unittests #optional
15321532

@@ -1572,7 +1572,7 @@ jobs:
15721572
- name: test
15731573
if: always()
15741574
run: ./ci/github/unit-testing/notifications-library.bash test
1575-
- uses: codecov/codecov-action@v4.1.1
1575+
- uses: codecov/codecov-action@v4.2.0
15761576
with:
15771577
flags: unittests #optional
15781578

@@ -1616,7 +1616,7 @@ jobs:
16161616
- name: test
16171617
if: always()
16181618
run: ./ci/github/unit-testing/simcore-sdk.bash test
1619-
- uses: codecov/codecov-action@v4.1.1
1619+
- uses: codecov/codecov-action@v4.2.0
16201620
with:
16211621
flags: unittests #optional
16221622

@@ -1724,7 +1724,7 @@ jobs:
17241724
- name: cleanup
17251725
if: always()
17261726
run: ./ci/github/integration-testing/webserver.bash clean_up
1727-
- uses: codecov/codecov-action@v4.1.1
1727+
- uses: codecov/codecov-action@v4.2.0
17281728
with:
17291729
flags: integrationtests #optional
17301730

@@ -1786,7 +1786,7 @@ jobs:
17861786
- name: cleanup
17871787
if: always()
17881788
run: ./ci/github/integration-testing/webserver.bash clean_up
1789-
- uses: codecov/codecov-action@v4.1.1
1789+
- uses: codecov/codecov-action@v4.2.0
17901790
with:
17911791
flags: integrationtests #optional
17921792

@@ -1848,7 +1848,7 @@ jobs:
18481848
- name: cleanup
18491849
if: always()
18501850
run: ./ci/github/integration-testing/director-v2.bash clean_up
1851-
- uses: codecov/codecov-action@v4.1.1
1851+
- uses: codecov/codecov-action@v4.2.0
18521852
with:
18531853
flags: integrationtests #optional
18541854

@@ -1914,7 +1914,7 @@ jobs:
19141914
- name: cleanup
19151915
if: always()
19161916
run: ./ci/github/integration-testing/director-v2.bash clean_up
1917-
- uses: codecov/codecov-action@v4.1.1
1917+
- uses: codecov/codecov-action@v4.2.0
19181918
with:
19191919
flags: integrationtests #optional
19201920

@@ -1978,7 +1978,7 @@ jobs:
19781978
- name: cleanup
19791979
if: always()
19801980
run: ./ci/github/integration-testing/dynamic-sidecar.bash clean_up
1981-
- uses: codecov/codecov-action@v4.1.1
1981+
- uses: codecov/codecov-action@v4.2.0
19821982
with:
19831983
flags: integrationtests #optional
19841984

@@ -2055,7 +2055,7 @@ jobs:
20552055
run: |
20562056
pushd services/osparc-gateway-server && \
20572057
make down
2058-
- uses: codecov/codecov-action@v4.1.1
2058+
- uses: codecov/codecov-action@v4.2.0
20592059
with:
20602060
flags: integrationtests #optional
20612061

@@ -2117,7 +2117,7 @@ jobs:
21172117
- name: cleanup
21182118
if: always()
21192119
run: ./ci/github/integration-testing/simcore-sdk.bash clean_up
2120-
- uses: codecov/codecov-action@v4.1.1
2120+
- uses: codecov/codecov-action@v4.2.0
21212121
with:
21222122
flags: integrationtests
21232123

0 commit comments

Comments
 (0)