Skip to content

Commit 356b3b3

Browse files
Update codecov/codecov-action action to v5.4.3 (#526)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 54a830d commit 356b3b3

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
@@ -39,23 +39,23 @@ jobs:
3939
run: make test
4040

4141
- name: Upload unit test coverage report
42-
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
42+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
4343
env:
4444
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4545
with:
4646
files: ./cover.out
4747
flags: controller
4848

4949
- name: Upload api test coverage report
50-
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
50+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
5151
env:
5252
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
5353
with:
5454
files: ./api_cover.out
5555
flags: api
5656

5757
- name: Upload schema test coverage report
58-
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
58+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
5959
env:
6060
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6161
with:

0 commit comments

Comments
 (0)