Skip to content

Commit 76d7d2e

Browse files
ernilambardavidperezgarernilambar
authored
Merge pull request #1232 from WordPress/dependabot/github_actions/codecov/codecov-action-5.5.3
Bump codecov/codecov-action from 5.5.2 to 5.5.3 Co-authored-by: davidperezgar <davidperez@git.wordpress.org> Co-authored-by: ernilambar <nilambar@git.wordpress.org>
2 parents caceb4f + eec3027 commit 76d7d2e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/behat-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
156156
- name: Upload code coverage report
157157
if: ${{ matrix.coverage }}
158-
uses: codecov/codecov-action@v5.5.2
158+
uses: codecov/codecov-action@v5.5.3
159159
with:
160160
files: ${{ steps.coverage_files.outputs.files }}
161161
flags: feature

.github/workflows/php-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
109109
- name: Upload code coverage report
110110
if: ${{ matrix.coverage }}
111-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de
111+
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad
112112
with:
113113
file: build/logs/*.xml
114114
flags: unit
@@ -154,7 +154,7 @@ jobs:
154154
155155
- name: Upload code coverage report
156156
if: ${{ matrix.coverage }}
157-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de
157+
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad
158158
with:
159159
file: build/logs/*.xml
160160
flags: phpcs-sniffs

0 commit comments

Comments
 (0)