File tree 7 files changed +13
-13
lines changed 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 44
44
fetch-depth : 0
45
45
persist-credentials : false
46
46
47
- - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
47
+ - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
48
48
name : Install Python
49
49
with :
50
50
python-version : ' 3.10'
@@ -209,9 +209,9 @@ jobs:
209
209
run : ls dist
210
210
211
211
- name : Generate artifact attestation for sdist and wheel
212
- uses : actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1 .0
212
+ uses : actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2 .0
213
213
with :
214
214
subject-path : dist/matplotlib-*
215
215
216
216
- name : Publish package distributions to PyPI
217
- uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
217
+ uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
Original file line number Diff line number Diff line change 31
31
persist-credentials : false
32
32
33
33
- name : Initialize CodeQL
34
- uses : github/codeql-action/init@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
34
+ uses : github/codeql-action/init@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
35
35
with :
36
36
languages : ${{ matrix.language }}
37
37
42
42
pip install --user -v .
43
43
44
44
- name : Perform CodeQL Analysis
45
- uses : github/codeql-action/analyze@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
45
+ uses : github/codeql-action/analyze@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
Original file line number Diff line number Diff line change 17
17
persist-credentials : false
18
18
19
19
- name : Set up Python 3
20
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
20
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
21
21
with :
22
22
python-version : ' 3.10'
23
23
Original file line number Diff line number Diff line change 17
17
persist-credentials : false
18
18
19
19
- name : Set up Python 3
20
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
20
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
21
21
with :
22
22
python-version : ' 3.10'
23
23
46
46
persist-credentials : false
47
47
48
48
- name : Set up Python 3
49
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
49
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
50
50
with :
51
51
python-version : ' 3.10'
52
52
Original file line number Diff line number Diff line change 9
9
if : github.repository == 'matplotlib/matplotlib'
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0 .0
12
+ - uses : actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1 .0
13
13
with :
14
14
repo-token : ${{ secrets.GITHUB_TOKEN }}
15
15
operations-per-run : 300
Original file line number Diff line number Diff line change 9
9
if : github.repository == 'matplotlib/matplotlib'
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0 .0
12
+ - uses : actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1 .0
13
13
with :
14
14
repo-token : ${{ secrets.GITHUB_TOKEN }}
15
15
operations-per-run : 20
Original file line number Diff line number Diff line change @@ -118,14 +118,14 @@ jobs:
118
118
persist-credentials : false
119
119
120
120
- name : Set up Python ${{ matrix.python-version }}
121
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
121
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
122
122
if : matrix.python-version != '3.13t'
123
123
with :
124
124
python-version : ${{ matrix.python-version }}
125
125
allow-prereleases : true
126
126
127
127
- name : Set up Python ${{ matrix.python-version }}
128
- uses : Quansight-Labs/setup-python@b9ab292c751a42bcd2bb465b7fa202ea2c3f5796 # v5.3.1
128
+ uses : Quansight-Labs/setup-python@869aeafb7eeb9dc48ba68acc0479e6fc3fd7ce5e # v5.4.0
129
129
if : matrix.python-version == '3.13t'
130
130
with :
131
131
python-version : ${{ matrix.python-version }}
@@ -420,7 +420,7 @@ jobs:
420
420
fi
421
421
- name : Upload code coverage
422
422
if : ${{ !cancelled() && github.event_name != 'schedule' }}
423
- uses : codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
423
+ uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
424
424
with :
425
425
name : " ${{ matrix.python-version }} ${{ matrix.os }} ${{ matrix.name-suffix }}"
426
426
token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments