dagger
dagger copied to clipboard
Update GitHub Actions (major)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
actions/checkout | action | major | v3 -> v4 |
actions/setup-python | action | major | v4.6.0 -> v5.2.0 |
actions/stale | action | major | v8 -> v9 |
actions/upload-artifact | action | major | v3 -> v4 |
codecov/codecov-action | action | major | v3.1.3 -> v4.6.0 |
suzuki-shunsuke/github-action-renovate-config-validator | action | major | v0.1.3 -> v1.1.0 |
Release Notes
actions/checkout (actions/checkout)
v4
- Bump the minor-npm-dependencies group across 1 directory with 4 updates by @dependabot in https://github.com/actions/checkout/pull/1739
- Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/actions/checkout/pull/1697
- Check out other refs/* by commit by @orhantoy in https://github.com/actions/checkout/pull/1774
- Pin actions/checkout's own workflows to a known, good, stable version. by @jww3 in https://github.com/actions/checkout/pull/1776
actions/setup-python (actions/setup-python)
v5.2.0
v5.1.1
What's Changed
Bug fixes:
- fix(ci): update all failing workflows by @mayeut in https://github.com/actions/setup-python/pull/863 This update ensures compatibility and optimal performance of workflows on the latest macOS version.
Documentation changes:
- Documentation update for cache by @gowridurgad in https://github.com/actions/setup-python/pull/873
Dependency updates:
- Bump braces from 3.0.2 to 3.0.3 and undici from 5.28.3 to 5.28.4 by @dependabot in https://github.com/actions/setup-python/pull/893
New Contributors
- @gowridurgad made their first contribution in https://github.com/actions/setup-python/pull/873
Full Changelog: https://github.com/actions/setup-python/compare/v5...v5.1.1
v5.1.0
What's Changed
- Leveraging the raw API to retrieve the version-manifest, as it does not impose a rate limit and hence facilitates unrestricted consumption without the need for a token for Github Enterprise Servers by @Shegox in https://github.com/actions/setup-python/pull/766.
- Dependency updates by @dependabot and @HarithaVattikuti in https://github.com/actions/setup-python/pull/817
- Documentation changes for version in README by @basnijholt in https://github.com/actions/setup-python/pull/776
- Documentation changes for link in README by @ukd1 in https://github.com/actions/setup-python/pull/793
- Documentation changes for link in Advanced Usage by @Jamim in https://github.com/actions/setup-python/pull/782
- Documentation changes for avoiding rate limit issues on GHES by @priya-kinthali in https://github.com/actions/setup-python/pull/835
New Contributors
- @basnijholt made their first contribution in https://github.com/actions/setup-python/pull/776
- @ukd1 made their first contribution in https://github.com/actions/setup-python/pull/793
- @Jamim made their first contribution in https://github.com/actions/setup-python/pull/782
- @Shegox made their first contribution in https://github.com/actions/setup-python/pull/766
- @priya-kinthali made their first contribution in https://github.com/actions/setup-python/pull/835
Full Changelog: https://github.com/actions/setup-python/compare/v5.0.0...v5.1.0
v5.0.0
What's Changed
In scope of this release, we update node version runtime from node16 to node20 (https://github.com/actions/setup-python/pull/772). Besides, we update dependencies to the latest versions.
Full Changelog: https://github.com/actions/setup-python/compare/v4.8.0...v5.0.0
v4.8.0
What's Changed
In scope of this release we added support for GraalPy (https://github.com/actions/setup-python/pull/694). You can use this snippet to set up GraalPy:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 'graalpy-22.3'
- run: python my_script.py
Besides, the release contains such changes as:
- Trim python version when reading from file by @FerranPares in https://github.com/actions/setup-python/pull/628
- Use non-deprecated versions in examples by @jeffwidman in https://github.com/actions/setup-python/pull/724
- Change deprecation comment to past tense by @jeffwidman in https://github.com/actions/setup-python/pull/723
- Bump @babel/traverse from 7.9.0 to 7.23.2 by @dependabot in https://github.com/actions/setup-python/pull/743
- advanced-usage.md: Encourage the use actions/checkout@v4 by @cclauss in https://github.com/actions/setup-python/pull/729
- Examples now use checkout@v4 by @simonw in https://github.com/actions/setup-python/pull/738
- Update actions/checkout to v4 by @dmitry-shibanov in https://github.com/actions/setup-python/pull/761
New Contributors
- @FerranPares made their first contribution in https://github.com/actions/setup-python/pull/628
- @timfel made their first contribution in https://github.com/actions/setup-python/pull/694
- @jeffwidman made their first contribution in https://github.com/actions/setup-python/pull/724
Full Changelog: https://github.com/actions/setup-python/compare/v4...v4.8.0
v4.7.1
What's Changed
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in https://github.com/actions/setup-python/pull/702
- Add range validation for toml files by @dmitry-shibanov in https://github.com/actions/setup-python/pull/726
Full Changelog: https://github.com/actions/setup-python/compare/v4...v4.7.1
v4.7.0
In scope of this release, the support for reading python version from pyproject.toml was added (https://github.com/actions/setup-python/pull/669).
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version-file: pyproject.toml
Besides, it includes such changes as:
- Bump tough-cookie and @azure/ms-rest-js by @dependabot in https://github.com/actions/setup-python/pull/697
- Bump semver from 7.3.8 to 7.5.2 by @dependabot in https://github.com/actions/setup-python/pull/692
- Fix typos found by codespell by @DimitriPapadopoulos in https://github.com/actions/setup-python/pull/650
New Contributors
- @dariocurr made their first contribution in https://github.com/actions/setup-python/pull/669
- @DimitriPapadopoulos made their first contribution in https://github.com/actions/setup-python/pull/650
Full Changelog: https://github.com/actions/setup-python/compare/v4...v4.7.0
v4.6.1
What's Changed
- Fix
allow-prereleases
sample configuration by @mayeut in https://github.com/actions/setup-python/pull/615 - Fix a incorrect link advanced-usage.md by @siyuan0322 in https://github.com/actions/setup-python/pull/657
- Remove implicit dependency by @nikolai-laevskii in https://github.com/actions/setup-python/pull/668
- Automatic update of configuration files from 05/23/2023 by @github-actions in https://github.com/actions/setup-python/pull/671
- Add warning for python 2.7 on release/v4 by @dmitry-shibanov in https://github.com/actions/setup-python/pull/673
New Contributors
- @siyuan0322 made their first contribution in https://github.com/actions/setup-python/pull/657
- @nikolai-laevskii made their first contribution in https://github.com/actions/setup-python/pull/668
Full Changelog: https://github.com/actions/setup-python/compare/v4...v4.6.1
codecov/codecov-action (codecov/codecov-action)
v4.6.0
v4.5.0
What's Changed
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.9.0 to 7.10.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1446
- build(deps-dev): bump ts-jest from 29.1.2 to 29.1.3 by @dependabot in https://github.com/codecov/codecov-action/pull/1443
- build(deps-dev): bump @typescript-eslint/parser from 7.9.0 to 7.10.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1445
- build(deps-dev): bump @typescript-eslint/parser from 7.10.0 to 7.11.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1459
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.10.0 to 7.11.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1458
- build(deps): bump github/codeql-action from 3.25.5 to 3.25.6 by @dependabot in https://github.com/codecov/codecov-action/pull/1456
- build(deps-dev): bump ts-jest from 29.1.3 to 29.1.4 by @dependabot in https://github.com/codecov/codecov-action/pull/1460
- build(deps): bump github/codeql-action from 3.25.6 to 3.25.7 by @dependabot in https://github.com/codecov/codecov-action/pull/1466
- build(deps-dev): bump @typescript-eslint/parser from 7.11.0 to 7.12.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1467
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.11.0 to 7.12.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1468
- build(deps): bump github/codeql-action from 3.25.7 to 3.25.8 by @dependabot in https://github.com/codecov/codecov-action/pull/1472
- fix: handle trailing commas by @joseph-sentry in https://github.com/codecov/codecov-action/pull/1470
- build(deps-dev): bump @typescript-eslint/parser from 7.12.0 to 7.13.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1474
- build(deps-dev): bump braces from 3.0.2 to 3.0.3 by @dependabot in https://github.com/codecov/codecov-action/pull/1475
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.12.0 to 7.13.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1473
- feat: add support for tokenless v3 by @joseph-sentry in https://github.com/codecov/codecov-action/pull/1410
- Use an existing token even if the PR is from a fork by @leofeyer in https://github.com/codecov/codecov-action/pull/1471
- chore(release): bump to 4.5.0 by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1477
New Contributors
- @joseph-sentry made their first contribution in https://github.com/codecov/codecov-action/pull/1470
- @leofeyer made their first contribution in https://github.com/codecov/codecov-action/pull/1471
Full Changelog: https://github.com/codecov/codecov-action/compare/v4.4.1...v4.5.0
v4.4.1
What's Changed
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.8.0 to 7.9.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1427
- fix: prevent xlarge from running on forks by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1432
- build(deps): bump github/codeql-action from 3.25.4 to 3.25.5 by @dependabot in https://github.com/codecov/codecov-action/pull/1439
- build(deps): bump actions/checkout from 4.1.5 to 4.1.6 by @dependabot in https://github.com/codecov/codecov-action/pull/1438
- fix: isPullRequestFromFork returns false for any PR by @shahar-h in https://github.com/codecov/codecov-action/pull/1437
- chore(release): 4.4.1 by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1441
New Contributors
- @shahar-h made their first contribution in https://github.com/codecov/codecov-action/pull/1437
Full Changelog: https://github.com/codecov/codecov-action/compare/v4.4.0...v4.4.1
What's Changed
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.8.0 to 7.9.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1427
- fix: prevent xlarge from running on forks by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1432
- build(deps): bump github/codeql-action from 3.25.4 to 3.25.5 by @dependabot in https://github.com/codecov/codecov-action/pull/1439
- build(deps): bump actions/checkout from 4.1.5 to 4.1.6 by @dependabot in https://github.com/codecov/codecov-action/pull/1438
- fix: isPullRequestFromFork returns false for any PR by @shahar-h in https://github.com/codecov/codecov-action/pull/1437
- chore(release): 4.4.1 by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1441
New Contributors
- @shahar-h made their first contribution in https://github.com/codecov/codecov-action/pull/1437
Full Changelog: https://github.com/codecov/codecov-action/compare/v4.4.0...v4.4.1
v4.4.0
What's Changed
- chore: Clarify isPullRequestFromFork by @jsoref in https://github.com/codecov/codecov-action/pull/1411
- build(deps): bump actions/checkout from 4.1.4 to 4.1.5 by @dependabot in https://github.com/codecov/codecov-action/pull/1423
- build(deps): bump github/codeql-action from 3.25.3 to 3.25.4 by @dependabot in https://github.com/codecov/codecov-action/pull/1421
- build(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.3 by @dependabot in https://github.com/codecov/codecov-action/pull/1420
- feat: remove GPG and run on spawn by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1426
- build(deps-dev): bump @typescript-eslint/parser from 7.8.0 to 7.9.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1428
- chore(release): 4.4.0 by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1430
Full Changelog: https://github.com/codecov/codecov-action/compare/v4.3.1...v4.4.0
v4.3.1
v4.3.0
What's Changed
- fix: automatically detect if using GitHub enterprise by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1356
- build(deps-dev): bump typescript from 5.4.3 to 5.4.4 by @dependabot in https://github.com/codecov/codecov-action/pull/1355
- build(deps): bump github/codeql-action from 3.24.9 to 3.24.10 by @dependabot in https://github.com/codecov/codecov-action/pull/1360
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.5.0 to 7.6.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1364
- build(deps-dev): bump @typescript-eslint/parser from 7.5.0 to 7.6.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1363
- feat: add network params by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1365
- build(deps): bump undici from 5.28.3 to 5.28.4 by @dependabot in https://github.com/codecov/codecov-action/pull/1361
- chore(release): v4.3.0 by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1366
Full Changelog: https://github.com/codecov/codecov-action/compare/v4.2.0...v4.3.0
v4.2.0
What's Changed
- chore(deps): update deps by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1351
- feat: allow for authentication via OIDC token by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1330
- fix: use_oidc shoudl be required false by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1353
Full Changelog: https://github.com/codecov/codecov-action/compare/v4.1.1...v4.2.0
v4.1.1
What's Changed
- build(deps): bump github/codeql-action from 3.24.5 to 3.24.6 by @dependabot in https://github.com/codecov/codecov-action/pull/1315
- build(deps-dev): bump typescript from 5.3.3 to 5.4.2 by @dependabot in https://github.com/codecov/codecov-action/pull/1319
- Removed mention of Mercurial by @drazisil-codecov in https://github.com/codecov/codecov-action/pull/1325
- build(deps): bump github/codeql-action from 3.24.6 to 3.24.7 by @dependabot in https://github.com/codecov/codecov-action/pull/1332
- build(deps): bump actions/checkout from 4.1.1 to 4.1.2 by @dependabot in https://github.com/codecov/codecov-action/pull/1331
- fix: force version by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1329
- build(deps-dev): bump typescript from 5.4.2 to 5.4.3 by @dependabot in https://github.com/codecov/codecov-action/pull/1334
- build(deps): bump undici from 5.28.2 to 5.28.3 by @dependabot in https://github.com/codecov/codecov-action/pull/1338
- build(deps): bump github/codeql-action from 3.24.7 to 3.24.9 by @dependabot in https://github.com/codecov/codecov-action/pull/1341
- fix: typo in disable_safe_directory by @mkroening in https://github.com/codecov/codecov-action/pull/1343
- chore(release): 4.1.1 by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1344
New Contributors
- @mkroening made their first contribution in https://github.com/codecov/codecov-action/pull/1343
Full Changelog: https://github.com/codecov/codecov-action/compare/v4.1.0...v4.1.1
v4.1.0
What's Changed
- fix: set safe directory by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1304
- build(deps): bump github/codeql-action from 3.24.3 to 3.24.5 by @dependabot in https://github.com/codecov/codecov-action/pull/1306
- build(deps-dev): bump eslint from 8.56.0 to 8.57.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1305
- chore(release): v4.1.0 by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1307
Full Changelog: https://github.com/codecov/codecov-action/compare/v4.0.2...v4.1.0
v4.0.2
What's Changed
- Update README.md by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1251
- build(deps-dev): bump @types/jest from 29.5.11 to 29.5.12 by @dependabot in https://github.com/codecov/codecov-action/pull/1257
- build(deps): bump github/codeql-action from 3.23.2 to 3.24.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1266
- Escape pipes in table of arguments by @jwodder in https://github.com/codecov/codecov-action/pull/1265
- Add link to docs on Dependabot secrets by @ianlewis in https://github.com/codecov/codecov-action/pull/1260
- fix: working-directory input for all stages by @Bo98 in https://github.com/codecov/codecov-action/pull/1272
- build(deps-dev): bump @typescript-eslint/parser from 6.20.0 to 6.21.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1271
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.20.0 to 6.21.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1269
- build(deps): bump github/codeql-action from 3.24.0 to 3.24.3 by @dependabot in https://github.com/codecov/codecov-action/pull/1298
- Use updated syntax for GitHub Markdown notes by @jamacku in https://github.com/codecov/codecov-action/pull/1300
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.21.0 to 7.0.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1290
- build(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1 by @dependabot in https://github.com/codecov/codecov-action/pull/1286
- chore(release): bump to 4.0.2 by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1302
New Contributors
- @jwodder made their first contribution in https://github.com/codecov/codecov-action/pull/1265
- @ianlewis made their first contribution in https://github.com/codecov/codecov-action/pull/1260
- @Bo98 made their first contribution in https://github.com/codecov/codecov-action/pull/1272
- @jamacku made their first contribution in https://github.com/codecov/codecov-action/pull/1300
Full Changelog: https://github.com/codecov/codecov-action/compare/v4.0.1...v4.0.2
v4.0.1
What's Changed
- Update README.md by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1243
- Add all args by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1245
- fix: show both token uses in readme by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1250
Full Changelog: https://github.com/codecov/codecov-action/compare/v4.0.0...v4.0.1
v4.0.0
v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to power new features including local upload, the global upload token, and new upcoming features.
Breaking Changes
- The Codecov Action runs as a
node20
action due tonode16
deprecation. See this post from GitHub on how to migrate. - Tokenless uploading is unsupported. However, PRs made from forks to the upstream public repos will support tokenless (e.g. contributors to OS projects do not need the upstream repo's Codecov token). This doc shows instructions on how to add the Codecov token.
- OS platforms have been added, though some may not be automatically detected. To see a list of platforms, see our CLI download page
- Various arguments to the Action have been changed. Please be aware that the arguments match with the CLI's needs
v3
versions and below will not have access to CLI features (e.g. global upload token, ATS).
What's Changed
- build(deps): bump openpgp from 5.8.0 to 5.9.0 by @dependabot in https://github.com/codecov/codecov-action/pull/985
- build(deps): bump actions/checkout from 3.0.0 to 3.5.3 by @dependabot in https://github.com/codecov/codecov-action/pull/1000
- build(deps): bump ossf/scorecard-action from 2.1.3 to 2.2.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1006
- build(deps): bump tough-cookie from 4.0.0 to 4.1.3 by @dependabot in https://github.com/codecov/codecov-action/pull/1013
- build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in https://github.com/codecov/codecov-action/pull/1024
- build(deps): bump node-fetch from 3.3.1 to 3.3.2 by @dependabot in https://github.com/codecov/codecov-action/pull/1031
- build(deps-dev): bump @types/node from 20.1.4 to 20.4.5 by @dependabot in https://github.com/codecov/codecov-action/pull/1032
- build(deps): bump github/codeql-action from 1.0.26 to 2.21.2 by @dependabot in https://github.com/codecov/codecov-action/pull/1033
- build commit,report and upload args based on codecovcli by @dana-yaish in https://github.com/codecov/codecov-action/pull/943
- build(deps-dev): bump @types/node from 20.4.5 to 20.5.3 by @dependabot in https://github.com/codecov/codecov-action/pull/1055
- build(deps): bump github/codeql-action from 2.21.2 to 2.21.4 by @dependabot in https://github.com/codecov/codecov-action/pull/1051
- build(deps-dev): bump @types/node from 20.5.3 to 20.5.4 by @dependabot in https://github.com/codecov/codecov-action/pull/1058
- chore(deps): update outdated deps by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1059
- build(deps-dev): bump @types/node from 20.5.4 to 20.5.6 by @dependabot in https://github.com/codecov/codecov-action/pull/1060
- build(deps-dev): bump @typescript-eslint/parser from 6.4.1 to 6.5.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1065
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.4.1 to 6.5.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1064
- build(deps): bump actions/checkout from 3.5.3 to 3.6.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1063
- build(deps-dev): bump eslint from 8.47.0 to 8.48.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1061
- build(deps-dev): bump @types/node from 20.5.6 to 20.5.7 by @dependabot in https://github.com/codecov/codecov-action/pull/1062
- build(deps): bump openpgp from 5.9.0 to 5.10.1 by @dependabot in https://github.com/codecov/codecov-action/pull/1066
- build(deps-dev): bump @types/node from 20.5.7 to 20.5.9 by @dependabot in https://github.com/codecov/codecov-action/pull/1070
- build(deps): bump github/codeql-action from 2.21.4 to 2.21.5 by @dependabot in https://github.com/codecov/codecov-action/pull/1069
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.5.0 to 6.6.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1072
- Update README.md by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1073
- build(deps-dev): bump @typescript-eslint/parser from 6.5.0 to 6.6.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1071
- build(deps-dev): bump @vercel/ncc from 0.36.1 to 0.38.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1074
- build(deps): bump @actions/core from 1.10.0 to 1.10.1 by @dependabot in https://github.com/codecov/codecov-action/pull/1081
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.6.0 to 6.7.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1080
- build(deps): bump actions/checkout from 3.6.0 to 4.0.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1078
- build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 by @dependabot in https://github.com/codecov/codecov-action/pull/1077
- build(deps-dev): bump @types/node from 20.5.9 to 20.6.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1075
- build(deps-dev): bump @typescript-eslint/parser from 6.6.0 to 6.7.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1079
- build(deps-dev): bump eslint from 8.48.0 to 8.49.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1076
- use cli instead of node uploader by @dana-yaish in https://github.com/codecov/codecov-action/pull/1068
- chore(release): 4.0.0-beta.1 by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1084
- not adding -n if empty to do-upload command by @dana-yaish in https://github.com/codecov/codecov-action/pull/1085
- 4.0.0-beta.2 by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1086
- build(deps-dev): bump jest from 29.6.4 to 29.7.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1082
- build(deps-dev): bump @types/jest from 29.5.4 to 29.5.5 by @dependabot in https://github.com/codecov/codecov-action/pull/1092
- build(deps): bump github/codeql-action from 2.21.5 to 2.21.7 by @dependabot in https://github.com/codecov/codecov-action/pull/1094
- build(deps-dev): bump @types/node from 20.6.0 to 20.6.2 by @dependabot in https://github.com/codecov/codecov-action/pull/1093
- build(deps): bump openpgp from 5.10.1 to 5.10.2 by @dependabot in https://github.com/codecov/codecov-action/pull/1096
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.7.0 to 6.7.2 by @dependabot in https://github.com/codecov/codecov-action/pull/1095
- build(deps-dev): bump @types/node from 20.6.2 to 20.6.3 by @dependabot in https://github.com/codecov/codecov-action/pull/1098
- build(deps-dev): bump @typescript-eslint/parser from 6.7.0 to 6.7.2 by @dependabot in https://github.com/codecov/codecov-action/pull/1097
- feat: add plugins by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1099
- build(deps-dev): bump eslint from 8.49.0 to 8.50.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1104
- build(deps): bump github/codeql-action from 2.21.7 to 2.21.8 by @dependabot in https://github.com/codecov/codecov-action/pull/1102
- build(deps): bump actions/checkout from 4.0.0 to 4.1.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1101
- build(deps-dev): bump @typescript-eslint/parser from 6.7.2 to 6.7.3 by @dependabot in https://github.com/codecov/codecov-action/pull/1108
- build(deps-dev): bump @types/node from 20.6.3 to 20.7.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1107
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.7.2 to 6.7.3 by @dependabot in https://github.com/codecov/codecov-action/pull/1106
- build(deps-dev): bump @types/node from 20.7.0 to 20.7.1 by @dependabot in https://github.com/codecov/codecov-action/pull/1111
- build(deps): bump github/codeql-action from 2.21.8 to 2.21.9 by @dependabot in https://github.com/codecov/codecov-action/pull/1113
- build(deps-dev): bump @types/node from 20.7.1 to 20.8.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1112
- build(deps-dev): bump @types/node from 20.8.0 to 20.8.2 by @dependabot in https://github.com/codecov/codecov-action/pull/1114
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.7.3 to 6.7.4 by @dependabot in https://github.com/codecov/codecov-action/pull/1115
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.7.4 to 6.7.5 by @dependabot in https://github.com/codecov/codecov-action/pull/1123
- build(deps): bump ossf/scorecard-action from 2.2.0 to 2.3.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1120
- build(deps): bump github/codeql-action from 2.21.9 to 2.22.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1119
- build(deps-dev): bump @typescript-eslint/parser from 6.7.3 to 6.7.5 by @dependabot in https://github.com/codecov/codecov-action/pull/1122
- build(deps-dev): bump @types/node from 20.8.2 to 20.8.4 by @dependabot in https://github.com/codecov/codecov-action/pull/1121
- build(deps-dev): bump eslint from 8.50.0 to 8.51.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1117
- build(deps): bump @actions/github from 5.1.1 to 6.0.0 by @dependabot in https://github.com/codecov/codecov-action/pull/1124
- build(deps): bump github/codeql-action from
Configuration
📅 Schedule: Branch creation - "before 3am every weekday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 86.51%. Comparing base (
6817a73
) to head (c0681dd
).
:exclamation: Current head c0681dd differs from pull request most recent head 845d026
Please upload reports for the commit 845d026 to get more accurate results.
Additional details and impacted files
@@ Coverage Diff @@
## main #49 +/- ##
=======================================
Coverage 86.51% 86.51%
=======================================
Files 12 12
Lines 1824 1824
Branches 215 215
=======================================
Hits 1578 1578
Misses 146 146
Partials 100 100