Bump the actions group across 1 directory with 4 updates (#2736)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
c3428789fb
commit
daba50c797
10
.github/workflows/dist.yml
vendored
10
.github/workflows/dist.yml
vendored
@ -61,7 +61,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3
|
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
|
||||||
with:
|
with:
|
||||||
# setup-qemu-action by default uses `tonistiigi/binfmt:latest` image,
|
# setup-qemu-action by default uses `tonistiigi/binfmt:latest` image,
|
||||||
# which is out of date. This causes seg faults during build.
|
# which is out of date. This causes seg faults during build.
|
||||||
@ -92,7 +92,7 @@ jobs:
|
|||||||
# Free-threading builds:
|
# Free-threading builds:
|
||||||
ls wheelhouse/*cp314t*.whl
|
ls wheelhouse/*cp314t*.whl
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v6
|
- uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: wheel-${{ matrix.buildplat[1] }}
|
name: wheel-${{ matrix.buildplat[1] }}
|
||||||
path: ./wheelhouse/*.whl
|
path: ./wheelhouse/*.whl
|
||||||
@ -125,7 +125,7 @@ jobs:
|
|||||||
cd ..
|
cd ..
|
||||||
python -c "from pymongo import has_c; assert has_c()"
|
python -c "from pymongo import has_c; assert has_c()"
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v6
|
- uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: "sdist"
|
name: "sdist"
|
||||||
path: ./dist/*.tar.gz
|
path: ./dist/*.tar.gz
|
||||||
@ -136,13 +136,13 @@ jobs:
|
|||||||
name: Download Wheels
|
name: Download Wheels
|
||||||
steps:
|
steps:
|
||||||
- name: Download all workflow run artifacts
|
- name: Download all workflow run artifacts
|
||||||
uses: actions/download-artifact@v7
|
uses: actions/download-artifact@v8
|
||||||
- name: Flatten directory
|
- name: Flatten directory
|
||||||
working-directory: .
|
working-directory: .
|
||||||
run: |
|
run: |
|
||||||
find . -mindepth 2 -type f -exec mv {} . \;
|
find . -mindepth 2 -type f -exec mv {} . \;
|
||||||
find . -type d -empty -delete
|
find . -type d -empty -delete
|
||||||
- uses: actions/upload-artifact@v6
|
- uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: all-dist-${{ github.run_id }}
|
name: all-dist-${{ github.run_id }}
|
||||||
path: "./*"
|
path: "./*"
|
||||||
|
|||||||
2
.github/workflows/release-python.yml
vendored
2
.github/workflows/release-python.yml
vendored
@ -75,7 +75,7 @@ jobs:
|
|||||||
id-token: write
|
id-token: write
|
||||||
steps:
|
steps:
|
||||||
- name: Download all the dists
|
- name: Download all the dists
|
||||||
uses: actions/download-artifact@v7
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: all-dist-${{ github.run_id }}
|
name: all-dist-${{ github.run_id }}
|
||||||
path: dist/
|
path: dist/
|
||||||
|
|||||||
2
.github/workflows/sbom.yml
vendored
2
.github/workflows/sbom.yml
vendored
@ -67,7 +67,7 @@ jobs:
|
|||||||
run: rm -rf .venv .venv-sbom sbom-requirements.txt
|
run: rm -rf .venv .venv-sbom sbom-requirements.txt
|
||||||
|
|
||||||
- name: Upload SBOM artifact
|
- name: Upload SBOM artifact
|
||||||
uses: actions/upload-artifact@v6
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: sbom
|
name: sbom
|
||||||
path: sbom.json
|
path: sbom.json
|
||||||
|
|||||||
4
.github/workflows/test-python.yml
vendored
4
.github/workflows/test-python.yml
vendored
@ -245,7 +245,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
pip install build
|
pip install build
|
||||||
python -m build --sdist
|
python -m build --sdist
|
||||||
- uses: actions/upload-artifact@v6
|
- uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: "sdist"
|
name: "sdist"
|
||||||
path: dist/*.tar.gz
|
path: dist/*.tar.gz
|
||||||
@ -257,7 +257,7 @@ jobs:
|
|||||||
timeout-minutes: 20
|
timeout-minutes: 20
|
||||||
steps:
|
steps:
|
||||||
- name: Download sdist
|
- name: Download sdist
|
||||||
uses: actions/download-artifact@v7
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
path: sdist/
|
path: sdist/
|
||||||
- name: Unpack SDist
|
- name: Unpack SDist
|
||||||
|
|||||||
2
.github/workflows/zizmor.yml
vendored
2
.github/workflows/zizmor.yml
vendored
@ -18,4 +18,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
- name: Run zizmor 🌈
|
- name: Run zizmor 🌈
|
||||||
uses: zizmorcore/zizmor-action@0dce2577a4760a2749d8cfb7a84b7d5585ebcb7d # v0.5.0
|
uses: zizmorcore/zizmor-action@71321a20a9ded102f6e9ce5718a2fcec2c4f70d8 # v0.5.2
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user