Commit 5edeb47
authored
ci: use OIDC for codecov-action (#1856)
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 793f736 commit 5edeb47
1 file changed
+6
-2
lines changed| 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 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| 39 | + | |
| 40 | + | |
0 commit comments