Skip to content

Commit adf306c

Browse files
github-actions: bump codecov/codecov-action from 5.4.0 to 5.4.2 (openthread#11488)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.0 to 5.4.2. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@0565863...ad3126e) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 293b41c commit adf306c

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/otbr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ jobs:
251251
script/test combine_coverage
252252
- name: Upload Coverage
253253
continue-on-error: true
254-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
254+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
255255
env:
256256
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
257257
with:

.github/workflows/posix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ jobs:
328328
run: |
329329
script/test combine_coverage
330330
- name: Upload Coverage
331-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
331+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
332332
env:
333333
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
334334
with:

.github/workflows/simulation-1.1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ jobs:
452452
run: |
453453
script/test combine_coverage
454454
- name: Upload Coverage
455-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
455+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
456456
env:
457457
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
458458
with:

.github/workflows/simulation-1.4.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ jobs:
443443
run: |
444444
script/test combine_coverage
445445
- name: Upload Coverage
446-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
446+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
447447
env:
448448
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
449449
with:

.github/workflows/toranj.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ jobs:
238238
run: |
239239
script/test combine_coverage
240240
- name: Upload Coverage
241-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
241+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
242242
env:
243243
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
244244
with:

.github/workflows/unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
run: |
129129
script/test combine_coverage
130130
- name: Upload Coverage
131-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
131+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
132132
env:
133133
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
134134
with:

0 commit comments

Comments
 (0)