|
6 | 6 | py39: |
7 | 7 | runs-on: ubuntu-latest |
8 | 8 | steps: |
9 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
| 9 | + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 |
10 | 10 | - name: Setup Python |
11 | | - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 |
| 11 | + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 |
12 | 12 | with: |
13 | 13 | python-version: "3.9" |
14 | 14 | - name: Install Tox |
|
18 | 18 | py313: |
19 | 19 | runs-on: ubuntu-latest |
20 | 20 | steps: |
21 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
| 21 | + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 |
22 | 22 | - name: Setup Python |
23 | | - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 |
| 23 | + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 |
24 | 24 | with: |
25 | 25 | python-version: "3.13" |
26 | 26 | - name: Install Tox |
|
30 | 30 | static: |
31 | 31 | runs-on: ubuntu-latest |
32 | 32 | steps: |
33 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
| 33 | + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 |
34 | 34 | - name: Setup Python |
35 | | - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 |
| 35 | + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 |
36 | 36 | with: |
37 | 37 | python-version: "3.13" |
38 | 38 | - name: Install Tox |
|
44 | 44 | permissions: |
45 | 45 | id-token: write |
46 | 46 | steps: |
47 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
| 47 | + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 |
48 | 48 | - name: Setup Python |
49 | | - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 |
| 49 | + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 |
50 | 50 | with: |
51 | 51 | python-version: "3.13" |
52 | 52 | - name: Install Tox |
|
59 | 59 | - name: Install pytest cov |
60 | 60 | run: pip install pytest-cov |
61 | 61 | - name: Upload coverage to Codecov |
62 | | - uses: codecov/codecov-action@v6 |
| 62 | + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7 |
63 | 63 | if: github.event_name == 'pull_request' || (github.event_name == 'push' && github.ref =='refs/heads/master') |
64 | 64 | with: |
65 | 65 | use_oidc: true |
|
70 | 70 | docs: |
71 | 71 | runs-on: ubuntu-latest |
72 | 72 | steps: |
73 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
| 73 | + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 |
74 | 74 | - name: Setup Python |
75 | | - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 |
| 75 | + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 |
76 | 76 | with: |
77 | 77 | python-version: "3.13" |
78 | 78 | - name: Install Tox |
|
0 commit comments