There was an error while loading. Please reload this page.
1 parent 435ecdc commit dd75518Copy full SHA for dd75518
1 file changed
.github/workflows/tests.yml
@@ -2,6 +2,9 @@ name: Tests
2
3
on: [push, pull_request]
4
5
+permissions:
6
+ contents: read
7
+
8
jobs:
9
tests:
10
name: Tests
@@ -27,10 +30,12 @@ jobs:
27
30
28
31
steps:
29
32
- name: Checkout
- uses: actions/checkout@v3
33
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
34
+ with:
35
+ persist-credentials: false
36
37
- name: Install python ${{ matrix.python-version }}
- uses: actions/setup-python@v4
38
+ uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
39
with:
40
python-version: ${{ matrix.python-version }}
41
0 commit comments