Skip to content

Commit 2be8b70

Browse files
Update codecov/codecov-action action to v5.5.1 (#575)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 088bcf0 commit 2be8b70

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/checks.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,23 +42,23 @@ jobs:
4242
run: make test
4343

4444
- name: Upload unit test coverage report
45-
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
45+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
4646
env:
4747
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4848
with:
4949
files: ./cover.out
5050
flags: controller
5151

5252
- name: Upload api test coverage report
53-
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
53+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
5454
env:
5555
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
5656
with:
5757
files: ./api_cover.out
5858
flags: api
5959

6060
- name: Upload schema test coverage report
61-
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
61+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
6262
env:
6363
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6464
with:

0 commit comments

Comments
 (0)