Skip to content

Commit 861ccd0

Browse files
Merge pull request #3245 from nextcloud/dependabot/github_actions/main/codecov/codecov-action-6.0.0
Chore(deps): Bump codecov/codecov-action from 5.5.3 to 6.0.0
2 parents 89419f2 + 614cbac commit 861ccd0

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@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
96+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
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@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
162+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
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@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
189+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
190190
with:
191191
working-directory: apps/${{ env.APP_NAME }}
192192
disable_search: true

0 commit comments

Comments
 (0)