Skip to content

Commit 1acf185

Browse files
committed
ci: migrate to latest codecov action
1 parent 387847b commit 1acf185

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches: [main]
66
pull_request:
77

8+
permissions:
9+
id-token: write
10+
contents: read
11+
812
jobs:
913
test:
1014
runs-on: ubuntu-latest
@@ -17,4 +21,6 @@ jobs:
1721
cache: pnpm
1822
- run: pnpm install
1923
- run: pnpm test
20-
- uses: codecov/codecov-action@v3
24+
- uses: codecov/codecov-action@v5
25+
with:
26+
use_oidc: true

0 commit comments

Comments
 (0)