Skip to content

Commit 6603021

Browse files
chore: bump the action-dependencies group with 6 updates (#1922)
Bumps the action-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [github/codeql-action](https://github.com/github/codeql-action) | `3.28.0` | `3.28.8` | | [actions/setup-python](https://github.com/actions/setup-python) | `5.3.0` | `5.4.0` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.5.0` | `4.6.0` | | [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `3.2.0` | `3.3.0` | | [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) | `2.1.0` | `2.2.0` | | [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) | `1.12.3` | `1.12.4` | Updates `github/codeql-action` from 3.28.0 to 3.28.8 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@48ab28a...dd74661) Updates `actions/setup-python` from 5.3.0 to 5.4.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@0b93645...4237552) Updates `actions/upload-artifact` from 4.5.0 to 4.6.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@6f51ac0...65c4c4a) Updates `docker/setup-qemu-action` from 3.2.0 to 3.3.0 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@49b3bc8...53851d1) Updates `actions/attest-build-provenance` from 2.1.0 to 2.2.0 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@7668571...520d128) Updates `pypa/gh-action-pypi-publish` from 1.12.3 to 1.12.4 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@67339c7...76f52bc) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: action-dependencies - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-dependencies - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-dependencies - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-dependencies - dependency-name: actions/attest-build-provenance dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-dependencies - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch dependency-group: action-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d6a1e5b commit 6603021

File tree

7 files changed

+24
-24
lines changed

7 files changed

+24
-24
lines changed

.github/workflows/codeql-analysis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
# Initializes the CodeQL tools for scanning.
5353
- name: Initialize CodeQL
54-
uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3
54+
uses: github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3
5555
with:
5656
languages: ${{ matrix.language }}
5757
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -62,7 +62,7 @@ jobs:
6262
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6363
# If this step fails, then you should remove it and run the build manually (see below)
6464
- name: Autobuild
65-
uses: github/codeql-action/autobuild@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3
65+
uses: github/codeql-action/autobuild@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3
6666

6767
# ℹ️ Command-line programs to run using the OS shell.
6868
# 📚 https://git.io/JvXDl
@@ -76,4 +76,4 @@ jobs:
7676
# make release
7777

7878
- name: Perform CodeQL Analysis
79-
uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3
79+
uses: github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3

.github/workflows/coverage.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
persist-credentials: false
8585

8686
- name: "Set up Python"
87-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
87+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
8888
with:
8989
python-version: "${{ matrix.python-version }}"
9090
allow-prereleases: true
@@ -125,7 +125,7 @@ jobs:
125125
mv .metacov .metacov.$MATRIX_ID
126126
127127
- name: "Upload coverage data"
128-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
128+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
129129
with:
130130
name: metacov-${{ env.MATRIX_ID }}
131131
path: .metacov.*
@@ -147,7 +147,7 @@ jobs:
147147
persist-credentials: false
148148

149149
- name: "Set up Python"
150-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
150+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
151151
with:
152152
python-version: "3.9" # Minimum of PYVERSIONS
153153
# At a certain point, installing dependencies failed on pypy 3.9 and
@@ -184,7 +184,7 @@ jobs:
184184
python igor.py combine_html
185185
186186
- name: "Upload HTML report"
187-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
187+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
188188
with:
189189
name: html_report
190190
path: htmlcov

.github/workflows/kit.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
steps:
143143
- name: "Setup QEMU"
144144
if: matrix.os == 'ubuntu'
145-
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
145+
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0
146146
with:
147147
platforms: arm64
148148

@@ -152,7 +152,7 @@ jobs:
152152
persist-credentials: false
153153

154154
- name: "Install Python"
155-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
155+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
156156
with:
157157
python-version: "3.9" # Minimum of PYVERSIONS
158158
cache: pip
@@ -182,7 +182,7 @@ jobs:
182182
python -m twine check wheelhouse/*
183183
184184
- name: "Upload binary wheels"
185-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
185+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
186186
with:
187187
name: dist-${{ env.MATRIX_ID }}
188188
path: wheelhouse/*.whl
@@ -198,7 +198,7 @@ jobs:
198198
persist-credentials: false
199199

200200
- name: "Install Python"
201-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
201+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
202202
with:
203203
python-version: "3.9" # Minimum of PYVERSIONS
204204
cache: pip
@@ -223,7 +223,7 @@ jobs:
223223
python -m twine check dist/*
224224
225225
- name: "Upload non-binary artifacts"
226-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
226+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
227227
with:
228228
name: dist-non-binary
229229
path: dist/*
@@ -239,7 +239,7 @@ jobs:
239239
persist-credentials: false
240240

241241
- name: "Install PyPy"
242-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
242+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
243243
with:
244244
python-version: "pypy-3.9" # Minimum of PyPy PYVERSIONS
245245
cache: pip
@@ -267,7 +267,7 @@ jobs:
267267
python -m twine check dist/*
268268
269269
- name: "Upload wheels"
270-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
270+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
271271
with:
272272
name: dist-pypy
273273
path: dist/*.whl
@@ -312,7 +312,7 @@ jobs:
312312
ls -alR
313313
314314
- name: "Upload signatures"
315-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
315+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
316316
with:
317317
name: signatures
318318
path: "*.sigstore.json"

.github/workflows/publish.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ jobs:
7272
ls -1 dist | wc -l
7373
7474
- name: "Generate attestations"
75-
uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
75+
uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
7676
with:
7777
subject-path: "dist/*"
7878

7979
- name: "Publish dists to Test PyPI"
80-
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
80+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
8181
with:
8282
repository-url: https://test.pypi.org/legacy/
8383

@@ -111,9 +111,9 @@ jobs:
111111
ls -1 dist | wc -l
112112
113113
- name: "Generate attestations"
114-
uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
114+
uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
115115
with:
116116
subject-path: "dist/*"
117117

118118
- name: "Publish dists to PyPI"
119-
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
119+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4

.github/workflows/python-nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
nogil: "${{ matrix.nogil || false }}"
9393

9494
- name: "Install ${{ matrix.python-version }} with setup-python"
95-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
95+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
9696
if: "startsWith(matrix.python-version, 'pypy-')"
9797
with:
9898
python-version: "${{ matrix.python-version }}"

.github/workflows/quality.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
persist-credentials: false
4343

4444
- name: "Install Python"
45-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
45+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
4646
with:
4747
python-version: "3.9" # Minimum of PYVERSIONS
4848
cache: pip
@@ -67,7 +67,7 @@ jobs:
6767
persist-credentials: false
6868

6969
- name: "Install Python"
70-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
70+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
7171
with:
7272
python-version: "3.9" # Minimum of PYVERSIONS
7373
cache: pip
@@ -92,7 +92,7 @@ jobs:
9292
persist-credentials: false
9393

9494
- name: "Install Python"
95-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
95+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
9696
with:
9797
python-version: "3.11" # Doc version from PYVERSIONS
9898
cache: pip

.github/workflows/testsuite.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
persist-credentials: false
8080

8181
- name: "Set up Python"
82-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
82+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
8383
with:
8484
python-version: "${{ matrix.python-version }}"
8585
allow-prereleases: true

0 commit comments

Comments
 (0)