Skip to content

Commit eec3027

Browse files
Bump codecov/codecov-action from 5.5.2 to 5.5.3
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.5.2 to 5.5.3. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Commits](codecov/codecov-action@v5.5.2...v5.5.3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.5.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent caceb4f commit eec3027

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)