Skip to content

Commit a02e303

Browse files
Merge pull request #3089 from nextcloud/dependabot/github_actions/main/codecov/codecov-action-5.5.2
2 parents c5f08c3 + f4dbbba commit a02e303

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@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
96+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
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
@@ -157,7 +157,7 @@ jobs:
157157
run: composer run test:unit
158158

159159
- name: Upload Unit coverage
160-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
160+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
161161
with:
162162
working-directory: apps/${{ env.APP_NAME }}
163163
disable_search: true
@@ -184,7 +184,7 @@ jobs:
184184
run: composer run test:integration
185185

186186
- name: Upload Integration coverage
187-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
187+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
188188
with:
189189
working-directory: apps/${{ env.APP_NAME }}
190190
disable_search: true

0 commit comments

Comments
 (0)