File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 23
23
- " 3.11"
24
24
runs-on : ubuntu-latest
25
25
steps :
26
- - uses : actions/checkout@d171c3b028d844f2bf14e9fdec0c58114451e4bf
26
+ - uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
27
27
- uses : actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9
28
28
with :
29
29
python-version : ${{ matrix.python }}
43
43
licenses :
44
44
runs-on : ubuntu-latest
45
45
steps :
46
- - uses : actions/checkout@d171c3b028d844f2bf14e9fdec0c58114451e4bf
46
+ - uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
47
47
# adapted from Warehouse's bin/licenses
48
48
- run : |
49
49
for fn in $(find . -type f -name "*.py"); do
56
56
lint :
57
57
runs-on : ubuntu-latest
58
58
steps :
59
- - uses : actions/checkout@d171c3b028d844f2bf14e9fdec0c58114451e4bf
59
+ - uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
60
60
- uses : actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9
61
61
with :
62
62
python-version : " 3.7"
68
68
check-readme :
69
69
runs-on : ubuntu-latest
70
70
steps :
71
- - uses : actions/checkout@d171c3b028d844f2bf14e9fdec0c58114451e4bf
71
+ - uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
72
72
- uses : actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9
73
73
with :
74
74
python-version : " 3.x"
Original file line number Diff line number Diff line change 15
15
id-token : write
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@d171c3b028d844f2bf14e9fdec0c58114451e4bf
18
+ - uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
19
19
- uses : actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9
20
20
- name : install sigstore-python
21
21
run : python -m pip install .
Original file line number Diff line number Diff line change 14
14
outputs :
15
15
hashes : ${{ steps.hash.outputs.hashes }}
16
16
steps :
17
- - uses : actions/checkout@d171c3b028d844f2bf14e9fdec0c58114451e4bf
17
+ - uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
18
18
19
19
- uses : actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9
20
20
with :
Original file line number Diff line number Diff line change 24
24
id-token : write
25
25
steps :
26
26
- name : " Checkout code"
27
- uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4 .0
27
+ - uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2 .0
28
28
with :
29
29
persist-credentials : false
30
30
Original file line number Diff line number Diff line change 18
18
staging-tests :
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@d171c3b028d844f2bf14e9fdec0c58114451e4bf
21
+ - uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
22
22
23
23
- uses : actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9
24
24
You can’t perform that action at this time.
0 commit comments