File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 4444 fetch-depth : 0
4545 persist-credentials : false
4646
47- - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
47+ - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
4848 name : Install Python
4949 with :
5050 python-version : ' 3.10'
@@ -209,9 +209,9 @@ jobs:
209209 run : ls dist
210210
211211 - 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
213213 with :
214214 subject-path : dist/matplotlib-*
215215
216216 - 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 3131 persist-credentials : false
3232
3333 - name : Initialize CodeQL
34- uses : github/codeql-action/init@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
34+ uses : github/codeql-action/init@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
3535 with :
3636 languages : ${{ matrix.language }}
3737
4242 pip install --user -v .
4343
4444 - 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 1717 persist-credentials : false
1818
1919 - name : Set up Python 3
20- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
20+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
2121 with :
2222 python-version : ' 3.10'
2323
Original file line number Diff line number Diff line change 1717 persist-credentials : false
1818
1919 - name : Set up Python 3
20- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
20+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
2121 with :
2222 python-version : ' 3.10'
2323
4646 persist-credentials : false
4747
4848 - name : Set up Python 3
49- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
49+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
5050 with :
5151 python-version : ' 3.10'
5252
Original file line number Diff line number Diff line change 99 if : github.repository == 'matplotlib/matplotlib'
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0 .0
12+ - uses : actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1 .0
1313 with :
1414 repo-token : ${{ secrets.GITHUB_TOKEN }}
1515 operations-per-run : 300
Original file line number Diff line number Diff line change 99 if : github.repository == 'matplotlib/matplotlib'
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0 .0
12+ - uses : actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1 .0
1313 with :
1414 repo-token : ${{ secrets.GITHUB_TOKEN }}
1515 operations-per-run : 20
Original file line number Diff line number Diff line change @@ -118,14 +118,14 @@ jobs:
118118 persist-credentials : false
119119
120120 - 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
122122 if : matrix.python-version != '3.13t'
123123 with :
124124 python-version : ${{ matrix.python-version }}
125125 allow-prereleases : true
126126
127127 - 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
129129 if : matrix.python-version == '3.13t'
130130 with :
131131 python-version : ${{ matrix.python-version }}
@@ -420,7 +420,7 @@ jobs:
420420 fi
421421 - name : Upload code coverage
422422 if : ${{ !cancelled() && github.event_name != 'schedule' }}
423- uses : codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
423+ uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
424424 with :
425425 name : " ${{ matrix.python-version }} ${{ matrix.os }} ${{ matrix.name-suffix }}"
426426 token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments