Skip to content

Commit 8b88673

Browse files
authored
Merge pull request #3234 from nextcloud/dependabot/github_actions/main/codecov/codecov-action-5.5.3
Chore(deps): Bump codecov/codecov-action from 5.5.2 to 5.5.3
2 parents ada927b + f4767e4 commit 8b88673

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/node-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
run: npm run test:coverage --if-present
9494

9595
- name: Collect coverage
96-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
96+
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
9797
with:
9898
files: ./coverage/lcov.info
9999

.github/workflows/phpunit-sqlite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
run: composer run test:unit
160160

161161
- name: Upload Unit coverage
162-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
162+
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
163163
with:
164164
working-directory: apps/${{ env.APP_NAME }}
165165
disable_search: true
@@ -186,7 +186,7 @@ jobs:
186186
run: composer run test:integration
187187

188188
- name: Upload Integration coverage
189-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
189+
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
190190
with:
191191
working-directory: apps/${{ env.APP_NAME }}
192192
disable_search: true

0 commit comments

Comments
 (0)