Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ad3126e

Browse filesBrowse files
fix: hotfix oidc (#1813)
1 parent cf3f51a commit ad3126e
Copy full SHA for ad3126e

File tree

Expand file treeCollapse file tree

3 files changed

+11
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+11
-3
lines changed
Open diff view settings
Collapse file

‎CHANGELOG.md‎

Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-1Lines changed: 9 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v5.4.2
2+
3+
### What's Changed
4+
5+
6+
**Full Changelog**: https://github.com/codecov/codecov-action/compare/v5.4.1..v5.4.2
7+
8+
19
## v5.4.1
210

311
### What's Changed
@@ -1074,4 +1082,4 @@ for the full list.
10741082
### Dependencies and Misc
10751083
- #166 Bump requestretry from 4.1.1 to 4.1.2
10761084
- #169 Bump typescript from 4.0.5 to 4.1.2
1077-
- #178 Bump @types/jest from 26.0.15 to 26.0.19
1085+
- #178 Bump @types/jest from 26.0.15 to 26.0.19
Collapse file

‎action.yml‎

Copy file name to clipboardExpand all lines: action.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ runs:
203203
GITHUB_REPOSITORY: ${{ github.repository }}
204204

205205
- name: Get OIDC token
206-
if: ${{ inputs.use_oidc }}
206+
if: ${{ inputs.use_oidc == 'true' }}
207207
uses: actions/github-script@v7
208208
id: oidc
209209
with:
Collapse file

‎src/version‎

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.4.1
1+
5.4.2

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.