We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d862f53 commit bd63369Copy full SHA for bd63369
.github/workflows/test.yml
@@ -6,6 +6,8 @@ jobs:
6
test-package:
7
name: Test Package (Python ${{ matrix.python-version }}, Django ${{ matrix.django-version }})
8
runs-on: ubuntu-latest
9
+ permissions:
10
+ id-token: write # Required for Codecov OIDC token
11
strategy:
12
fail-fast: false
13
matrix:
@@ -60,9 +62,10 @@ jobs:
60
62
DJANGO: ${{ matrix.django-version }}
61
63
64
- name: Upload coverage
- uses: codecov/codecov-action@v3
65
+ uses: codecov/codecov-action@v5
66
with:
67
name: Python ${{ matrix.python-version }}
68
+ use_oidc: true
69
70
test-demo-rp:
71
name: Test Demo Relying Party
0 commit comments