mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-10 21:17:24 +00:00
fix: hotfix oidc (#1813)
This commit is contained in:
parent
cf3f51a67d
commit
ad3126e916
3 changed files with 11 additions and 3 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,3 +1,11 @@
|
||||||
|
## v5.4.2
|
||||||
|
|
||||||
|
### What's Changed
|
||||||
|
|
||||||
|
|
||||||
|
**Full Changelog**: https://github.com/codecov/codecov-action/compare/v5.4.1..v5.4.2
|
||||||
|
|
||||||
|
|
||||||
## v5.4.1
|
## v5.4.1
|
||||||
|
|
||||||
### What's Changed
|
### What's Changed
|
||||||
|
|
@ -1074,4 +1082,4 @@ for the full list.
|
||||||
### Dependencies and Misc
|
### Dependencies and Misc
|
||||||
- #166 Bump requestretry from 4.1.1 to 4.1.2
|
- #166 Bump requestretry from 4.1.1 to 4.1.2
|
||||||
- #169 Bump typescript from 4.0.5 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
|
||||||
|
|
|
||||||
|
|
@ -203,7 +203,7 @@ runs:
|
||||||
GITHUB_REPOSITORY: ${{ github.repository }}
|
GITHUB_REPOSITORY: ${{ github.repository }}
|
||||||
|
|
||||||
- name: Get OIDC token
|
- name: Get OIDC token
|
||||||
if: ${{ inputs.use_oidc }}
|
if: ${{ inputs.use_oidc == 'true' }}
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v7
|
||||||
id: oidc
|
id: oidc
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
5.4.1
|
5.4.2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue