Skip to content

Commit fe723b4

Browse files
authored
Merge pull request #2878 from nextcloud/dependabot/github_actions/main/codecov/codecov-action-5.5.0
Chore(deps): Bump codecov/codecov-action from 5.4.3 to 5.5.0
2 parents 6a8c491 + 96bc215 commit fe723b4

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@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
96+
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
9797
env:
9898
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
9999
with:

.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@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
160+
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
161161
env:
162162
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
163163
with:
@@ -186,7 +186,7 @@ jobs:
186186
run: composer run test:integration
187187

188188
- name: Upload Integration coverage
189-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
189+
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
190190
env:
191191
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
192192
with:

0 commit comments

Comments
 (0)