Skip to content

Commit 79a19a3

Browse files
Update codecov/codecov-action action to v5.5.4
1 parent 46c4552 commit 79a19a3

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@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
45+
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
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@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
53+
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
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@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
61+
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
6262
env:
6363
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6464
with:

0 commit comments

Comments
 (0)