Commit 6dc0c42
authored
ci: use OIDC for codecov-action (#327)
Replace token-based authentication with OIDC (OpenID Connect) for
codecov-action.
This is more secure and eliminates the need to manage upload tokens.
Changes:
- Add use_oidc: true to codecov-action configuration
- Add id-token: write permission at workflow level
- Remove token parameter from codecov-action (ignored when using OIDC)
This improves security and follows codecov-action best practices.
Generated by the task: njzjz-bot/njzjz-bot#25.1 parent 92bbd6d commit 6dc0c42
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
0 commit comments