From ad3126e916f78f00edff4ed0317cf185271ccc2d Mon Sep 17 00:00:00 2001 From: Tom Hu <88201630+thomasrockhu-codecov@users.noreply.github.com> Date: Mon, 14 Apr 2025 13:01:35 -0700 Subject: [PATCH] fix: hotfix oidc (#1813) --- CHANGELOG.md | 10 +++++++++- action.yml | 2 +- src/version | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 560f27306..84f90e63d 100644 --- a/CHANGELOG.md +++ b/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 ### What's Changed @@ -1074,4 +1082,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 \ No newline at end of file +- #178 Bump @types/jest from 26.0.15 to 26.0.19 diff --git a/action.yml b/action.yml index e484450dc..3a6ee3070 100644 --- a/action.yml +++ b/action.yml @@ -203,7 +203,7 @@ runs: GITHUB_REPOSITORY: ${{ github.repository }} - name: Get OIDC token - if: ${{ inputs.use_oidc }} + if: ${{ inputs.use_oidc == 'true' }} uses: actions/github-script@v7 id: oidc with: diff --git a/src/version b/src/version index ade65226e..8ae03c119 100644 --- a/src/version +++ b/src/version @@ -1 +1 @@ -5.4.1 +5.4.2