@@ -12,28 +12,28 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
14
14
steps :
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
16
16
with :
17
17
fetch-depth : 0 # full history for setuptools_scm
18
18
19
19
- name : Set up Python
20
- uses : actions/setup-python@v4
20
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
21
21
with :
22
22
python-version : 3.9
23
23
24
24
- name : Run pre-commit
25
- uses : pre-commit/action@v3.0.0
25
+ uses : pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
26
26
27
27
typing :
28
28
runs-on : ubuntu-latest
29
29
30
30
steps :
31
- - uses : actions/checkout@v3
31
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
32
32
with :
33
33
fetch-depth : 0 # full history for setuptools_scm
34
34
35
35
- name : Set up Python
36
- uses : actions/setup-python@v4
36
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
37
37
with :
38
38
python-version : 3.9
39
39
44
44
45
45
- name : Cache tox environments
46
46
id : cache-tox
47
- uses : actions/cache@v3
47
+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
48
48
with :
49
49
path : .tox
50
50
key : tox-typing-${{ hashFiles('setup.cfg') }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('tox.ini') }}
@@ -63,12 +63,12 @@ jobs:
63
63
- 3.9
64
64
65
65
steps :
66
- - uses : actions/checkout@v3
66
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
67
67
with :
68
68
fetch-depth : 0 # full history for setuptools_scm
69
69
70
70
- name : Set up Python
71
- uses : actions/setup-python@v4
71
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
72
72
with :
73
73
python-version : ${{ matrix.python-version }}
74
74
79
79
80
80
- name : Cache tox environments
81
81
id : cache-tox
82
- uses : actions/cache@v3
82
+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
83
83
with :
84
84
path : .tox
85
85
key : tox-${{ matrix.python-version }}-${{ hashFiles('setup.cfg') }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('tox.ini') }}
0 commit comments