Skip to content

Commit 5c2adf9

Browse files
Merge pull request #1796 from ral-facilities/renovate/codecov-codecov-action-5.x
Update codecov/codecov-action action to v5.5.0
2 parents aaf142e + a130b34 commit 5c2adf9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,31 +33,31 @@ jobs:
3333
# Test coverage upload
3434
- name: Upload unit test coverage for the Common package
3535
if: success()
36-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
36+
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
3737
with:
3838
directory: ./packages/datagateway-common/
3939
flags: common
4040
fail_ci_if_error: true
4141
token: ${{ secrets.CODECOV_TOKEN }}
4242
- name: Upload unit test coverage for the DataView package
4343
if: success()
44-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
44+
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
4545
with:
4646
directory: ./packages/datagateway-dataview/
4747
flags: dataview
4848
fail_ci_if_error: true
4949
token: ${{ secrets.CODECOV_TOKEN }}
5050
- name: Upload unit test coverage for the Search package
5151
if: success()
52-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
52+
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
5353
with:
5454
directory: ./packages/datagateway-search/
5555
flags: search
5656
fail_ci_if_error: true
5757
token: ${{ secrets.CODECOV_TOKEN }}
5858
- name: Upload unit test coverage for the Download package
5959
if: success()
60-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
60+
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
6161
with:
6262
directory: ./packages/datagateway-download/
6363
flags: download

0 commit comments

Comments
 (0)