Skip to content

Commit

Permalink
ci: bump codecov/codecov-action from 5.0.2 to 5.0.7 (#682)
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.2 to 5.0.7.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@5c47607...015f24e)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 28, 2024
1 parent 6a9fd94 commit 075b6ca
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
node-version: ${{ matrix.node }}
- uses: ipfs/aegir/actions/cache-node-modules@main
- run: npm run --if-present test:node
- uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
- uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
with:
flags: node
files: .coverage/*,packages/*/.coverage/*
Expand All @@ -62,7 +62,7 @@ jobs:
node-version: lts/*
- uses: ipfs/aegir/actions/cache-node-modules@main
- run: npm run --if-present test:chrome
- uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
- uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
with:
flags: chrome
files: .coverage/*,packages/*/.coverage/*
Expand All @@ -78,7 +78,7 @@ jobs:
node-version: lts/*
- uses: ipfs/aegir/actions/cache-node-modules@main
- run: npm run --if-present test:chrome-webworker
- uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
- uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
with:
flags: chrome-webworker
files: .coverage/*,packages/*/.coverage/*
Expand All @@ -94,7 +94,7 @@ jobs:
node-version: lts/*
- uses: ipfs/aegir/actions/cache-node-modules@main
- run: npm run --if-present test:firefox
- uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
- uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
with:
flags: firefox
files: .coverage/*,packages/*/.coverage/*
Expand All @@ -110,7 +110,7 @@ jobs:
node-version: lts/*
- uses: ipfs/aegir/actions/cache-node-modules@main
- run: npm run --if-present test:firefox-webworker
- uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
- uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
with:
flags: firefox-webworker
files: .coverage/*,packages/*/.coverage/*
Expand All @@ -126,7 +126,7 @@ jobs:
node-version: lts/*
- uses: ipfs/aegir/actions/cache-node-modules@main
- run: npm run --if-present test:webkit
- uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
- uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
with:
flags: webkit
files: .coverage/*,packages/*/.coverage/*
Expand All @@ -142,7 +142,7 @@ jobs:
node-version: lts/*
- uses: ipfs/aegir/actions/cache-node-modules@main
- run: npx xvfb-maybe npm run --if-present test:electron-main
- uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
- uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
with:
flags: electron-main
files: .coverage/*,packages/*/.coverage/*
Expand All @@ -158,7 +158,7 @@ jobs:
node-version: lts/*
- uses: ipfs/aegir/actions/cache-node-modules@main
- run: npx xvfb-maybe npm run --if-present test:electron-renderer
- uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
- uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
with:
flags: electron-renderer
files: .coverage/*,packages/*/.coverage/*
Expand Down

0 comments on commit 075b6ca

Please sign in to comment.