mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-23 20:27:02 +08:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ad3126e916 |
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user