File tree 9 files changed +1058
-1057
lines changed
9 files changed +1058
-1057
lines changed Original file line number Diff line number Diff line change 18
18
pull-requests : write
19
19
steps :
20
20
- name : Harden Runner
21
- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
21
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
22
22
with :
23
23
disable-sudo : true
24
24
egress-policy : block
Original file line number Diff line number Diff line change 20
20
21
21
steps :
22
22
- name : Harden Runner
23
- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
23
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
24
24
with :
25
25
disable-sudo : true
26
26
egress-policy : block
39
39
- name : Setup Python
40
40
uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
41
41
with :
42
- python-version : " 3.11 "
42
+ python-version : " 3.13 "
43
43
44
44
- name : Upgrade pip
45
45
run : |
Original file line number Diff line number Diff line change 40
40
41
41
steps :
42
42
- name : Harden Runner
43
- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
43
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
44
44
with :
45
45
disable-sudo : true
46
46
egress-policy : block
Original file line number Diff line number Diff line change 13
13
issues : read
14
14
steps :
15
15
- name : Harden Runner
16
- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
16
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
17
17
with :
18
18
disable-sudo : true
19
19
egress-policy : audit
26
26
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27
27
28
28
- name : Run Labeler
29
- uses : crazy-max/ghaction-github-labeler@31674a3852a9074f2086abcf1c53839d466a47e7 # v5.2 .0
29
+ uses : crazy-max/ghaction-github-labeler@24d110aa46a59976b8a7f35518cb7f14f434c916 # v5.3 .0
30
30
with :
31
31
skip-delete : true
Original file line number Diff line number Diff line change 13
13
contents : read
14
14
steps :
15
15
- name : Harden Runner
16
- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
16
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
17
17
with :
18
18
disable-sudo : true
19
19
egress-policy : block
29
29
fetch-depth : 2
30
30
31
31
- name : Set up Python
32
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
32
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
33
33
with :
34
- python-version : " 3.10 "
34
+ python-version : " 3.13 "
35
35
36
36
- name : Upgrade pip
37
37
run : |
Original file line number Diff line number Diff line change 43
43
44
44
steps :
45
45
- name : Harden Runner
46
- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
46
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
47
47
with :
48
48
disable-sudo : true
49
49
egress-policy : block
63
63
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
64
64
65
65
- name : Set up Python ${{ matrix.python }}
66
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
66
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
67
67
with :
68
68
python-version : ${{ matrix.python }}
69
69
@@ -138,9 +138,9 @@ jobs:
138
138
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
139
139
140
140
- name : Set up Python
141
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
141
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
142
142
with :
143
- python-version : " 3.11 "
143
+ python-version : " 3.13 "
144
144
145
145
- name : Upgrade pip
146
146
run : |
@@ -158,7 +158,7 @@ jobs:
158
158
nox --version
159
159
160
160
- name : Download coverage data
161
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
161
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
162
162
with :
163
163
name : coverage-data
164
164
Original file line number Diff line number Diff line change 27
27
28
28
- repo : https://github.com/astral-sh/ruff-pre-commit
29
29
# Ruff version.
30
- rev : v0.9.9
30
+ rev : v0.11.7
31
31
hooks :
32
32
# Run the linter.
33
33
- id : ruff
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ devops-deployment-metrics = "devops_deployment_metrics.__main__:main"
31
31
[dependency-groups ]
32
32
dev = [
33
33
" nox>=2024.10.9" ,
34
- " ruff>=0.9.1 ,<0.10 " ,
34
+ " ruff>=0.11.7 ,<0.12 " ,
35
35
" pytest-benchmark>=5.0.0,<6" ,
36
36
" Pygments>=2.10.0" ,
37
37
" coverage[toml]>=6.2" ,
You can’t perform that action at this time.
0 commit comments