File tree Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 31
31
steps :
32
32
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
33
33
34
- - uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
34
+ - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
35
35
with :
36
36
python-version : ${{ matrix.conf.py }}
37
37
cache : " pip"
87
87
steps :
88
88
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
89
89
90
- - uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
90
+ - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
91
91
with :
92
92
python-version : ' 3.x'
93
93
Original file line number Diff line number Diff line change 13
13
steps :
14
14
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
15
15
16
- - uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
16
+ - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
17
17
with :
18
18
python-version : " 3.x"
19
19
cache : " pip"
Original file line number Diff line number Diff line change 11
11
steps :
12
12
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
13
13
14
- - uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
14
+ - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
15
15
with :
16
16
# NOTE: We use 3.10+ typing syntax via future, which pdoc only
17
17
# understands if it's actually run with Python 3.10 or newer.
Original file line number Diff line number Diff line change 12
12
steps :
13
13
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
14
14
15
- - uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
15
+ - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
16
16
with :
17
17
python-version : " 3.x"
18
18
cache : " pip"
31
31
32
32
# NOTE: We intentionally check `--help` rendering against our minimum Python,
33
33
# since it changes slightly between Python versions.
34
- - uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
34
+ - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
35
35
with :
36
36
python-version : " 3.8"
37
37
cache : " pip"
62
62
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
63
63
64
64
# NOTE: We intentionally check test certificates against our minimum supported Python.
65
- - uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
65
+ - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
66
66
with :
67
67
python-version : " 3.8"
68
68
cache : " pip"
Original file line number Diff line number Diff line change 68
68
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
69
69
git config user.name "github-actions[bot]"
70
70
71
- - uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
71
+ - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
72
72
with :
73
73
python-version-file : install/.python-version
74
74
cache : " pip"
Original file line number Diff line number Diff line change 19
19
steps :
20
20
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
21
21
22
- - uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
22
+ - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
23
23
with :
24
24
# NOTE: We intentionally don't use a cache in the release step,
25
25
# to reduce the risk of cache poisoning.
Original file line number Diff line number Diff line change 35
35
with :
36
36
ref : ${{ env.SIGSTORE_REF }}
37
37
38
- - uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
38
+ - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
39
39
name : Install Python ${{ matrix.python_version }}
40
40
with :
41
41
python-version : ${{ matrix.python_version }}
Original file line number Diff line number Diff line change 52
52
53
53
# Upload the results to GitHub's code scanning dashboard.
54
54
- name : " Upload to code-scanning"
55
- uses : github/codeql-action/upload-sarif@2c779ab0d087cd7fe7b826087247c2c81f27bfa6 # v3.26.5
55
+ uses : github/codeql-action/upload-sarif@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
56
56
with :
57
57
sarif_file : results.sarif
Original file line number Diff line number Diff line change 20
20
steps :
21
21
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
22
22
23
- - uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
23
+ - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
24
24
with :
25
25
python-version : " 3.x"
26
26
cache : " pip"
You can’t perform that action at this time.
0 commit comments