Compare commits

..

1 Commits

Author SHA1 Message Date
Tom Hu
a332ebc466 fix: use the github core methods 2025-04-11 17:50:58 -07:00
3 changed files with 3 additions and 25 deletions

View File

@@ -1,25 +1,3 @@
## v5.4.2
### What's Changed
**Full Changelog**: https://github.com/codecov/codecov-action/compare/v5.4.1..v5.4.2
## v5.4.1
### What's Changed
* fix: use the github core methods by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1807
* build(deps): bump github/codeql-action from 3.28.12 to 3.28.13 by @app/dependabot in https://github.com/codecov/codecov-action/pull/1803
* build(deps): bump github/codeql-action from 3.28.11 to 3.28.12 by @app/dependabot in https://github.com/codecov/codecov-action/pull/1797
* build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 by @app/dependabot in https://github.com/codecov/codecov-action/pull/1798
* chore(release): wrapper -0.2.1 by @app/codecov-releaser-app in https://github.com/codecov/codecov-action/pull/1788
* build(deps): bump github/codeql-action from 3.28.10 to 3.28.11 by @app/dependabot in https://github.com/codecov/codecov-action/pull/1786
**Full Changelog**: https://github.com/codecov/codecov-action/compare/v5.4.0..v5.4.1
## v5.4.0
### What's Changed
@@ -1082,4 +1060,4 @@ for the full list.
### Dependencies and Misc
- #166 Bump requestretry from 4.1.1 to 4.1.2
- #169 Bump typescript from 4.0.5 to 4.1.2
- #178 Bump @types/jest from 26.0.15 to 26.0.19
- #178 Bump @types/jest from 26.0.15 to 26.0.19

View File

@@ -203,7 +203,7 @@ runs:
GITHUB_REPOSITORY: ${{ github.repository }}
- name: Get OIDC token
if: ${{ inputs.use_oidc == 'true' }}
if: ${{ inputs.use_oidc }}
uses: actions/github-script@v7
id: oidc
with:

View File

@@ -1 +1 @@
5.4.2
5.4.0