Skip to content

Commit dd75518

Browse files
committed
ci: update actions versions
1 parent 435ecdc commit dd75518

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Tests
22

33
on: [push, pull_request]
44

5+
permissions:
6+
contents: read
7+
58
jobs:
69
tests:
710
name: Tests
@@ -27,10 +30,12 @@ jobs:
2730

2831
steps:
2932
- name: Checkout
30-
uses: actions/checkout@v3
33+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
34+
with:
35+
persist-credentials: false
3136

3237
- name: Install python ${{ matrix.python-version }}
33-
uses: actions/setup-python@v4
38+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3439
with:
3540
python-version: ${{ matrix.python-version }}
3641

0 commit comments

Comments
 (0)