Skip to content

Commit 17dde59

Browse files
Merge pull request #2745 from nextcloud/dependabot/github_actions/main/codecov/codecov-action-5.4.3
2 parents 9459b22 + 6749eec commit 17dde59

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
@@ -91,7 +91,7 @@ jobs:
9191
run: npm run test:coverage --if-present
9292

9393
- name: Collect coverage
94-
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
94+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
9595
env:
9696
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
9797
with:

.github/workflows/phpunit-sqlite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
run: composer run test:unit
149149

150150
- name: Upload Unit coverage
151-
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
151+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
152152
env:
153153
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
154154
with:
@@ -177,7 +177,7 @@ jobs:
177177
run: composer run test:integration
178178

179179
- name: Upload Integration coverage
180-
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
180+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
181181
env:
182182
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
183183
with:

0 commit comments

Comments
 (0)