mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
Bump the github-actions group with 8 updates (#8036)
Bumps the github-actions group with 8 updates: | Package | From | To | | --- | --- | --- | | [mhils/workflows](https://github.com/mhils/workflows) | `af886cbabab992a8e7db75c6af3516af2b1f5a1c` | `8fe88b311a66c441e01edfebe4cd90d8a47fa335` | | [apple-actions/import-codesign-certs](https://github.com/apple-actions/import-codesign-certs) | `5.0.3` | `6.0.0` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `5` | `6` | | [mhils/workflows/.github/workflows/python-build.yml](https://github.com/mhils/workflows) | `af886cbabab992a8e7db75c6af3516af2b1f5a1c` | `8fe88b311a66c441e01edfebe4cd90d8a47fa335` | | [actions/cache](https://github.com/actions/cache) | `4` | `5` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `6` | `7` | | [mhils/workflows/.github/workflows/alls-green.yml](https://github.com/mhils/workflows) | `af886cbabab992a8e7db75c6af3516af2b1f5a1c` | `8fe88b311a66c441e01edfebe4cd90d8a47fa335` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3.11.1` | `3.12.0` | Updates `mhils/workflows` from af886cbabab992a8e7db75c6af3516af2b1f5a1c to 8fe88b311a66c441e01edfebe4cd90d8a47fa335 - [Release notes](https://github.com/mhils/workflows/releases) - [Commits](af886cbaba...8fe88b311a) Updates `apple-actions/import-codesign-certs` from 5.0.3 to 6.0.0 - [Release notes](https://github.com/apple-actions/import-codesign-certs/releases) - [Commits](95e84a1a18...b610f78488) Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...v6) Updates `mhils/workflows/.github/workflows/python-build.yml` from af886cbabab992a8e7db75c6af3516af2b1f5a1c to 8fe88b311a66c441e01edfebe4cd90d8a47fa335 - [Release notes](https://github.com/mhils/workflows/releases) - [Commits](af886cbaba...8fe88b311a) Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...v5) Updates `actions/download-artifact` from 6 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...v7) Updates `mhils/workflows/.github/workflows/alls-green.yml` from af886cbabab992a8e7db75c6af3516af2b1f5a1c to 8fe88b311a66c441e01edfebe4cd90d8a47fa335 - [Release notes](https://github.com/mhils/workflows/releases) - [Commits](af886cbaba...8fe88b311a) Updates `docker/setup-buildx-action` from 3.11.1 to 3.12.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](e468171a9d...8d2750c68a) --- updated-dependencies: - dependency-name: mhils/workflows dependency-version: 8fe88b311a66c441e01edfebe4cd90d8a47fa335 dependency-type: direct:production dependency-group: github-actions - dependency-name: apple-actions/import-codesign-certs dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: mhils/workflows/.github/workflows/python-build.yml dependency-version: 8fe88b311a66c441e01edfebe4cd90d8a47fa335 dependency-type: direct:production dependency-group: github-actions - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: mhils/workflows/.github/workflows/alls-green.yml dependency-version: 8fe88b311a66c441e01edfebe4cd90d8a47fa335 dependency-type: direct:production dependency-group: github-actions - dependency-name: docker/setup-buildx-action dependency-version: 3.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... 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
116e3cd149
commit
090f1c49ef
3 changed files with 39 additions and 39 deletions
6
.github/workflows/autofix.yml
vendored
6
.github/workflows/autofix.yml
vendored
|
|
@ -13,14 +13,14 @@ jobs:
|
|||
autofix:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: mhils/workflows/checkout@af886cbabab992a8e7db75c6af3516af2b1f5a1c
|
||||
- uses: mhils/workflows/setup-uv@af886cbabab992a8e7db75c6af3516af2b1f5a1c
|
||||
- uses: mhils/workflows/checkout@8fe88b311a66c441e01edfebe4cd90d8a47fa335
|
||||
- uses: mhils/workflows/setup-uv@8fe88b311a66c441e01edfebe4cd90d8a47fa335
|
||||
|
||||
# If we need to update the lockfile (--check returns an error),
|
||||
# make sure to upgrade everything.
|
||||
- run: uv lock --check || uv lock --upgrade
|
||||
|
||||
- uses: mhils/workflows/uv-sync@af886cbabab992a8e7db75c6af3516af2b1f5a1c
|
||||
- uses: mhils/workflows/uv-sync@8fe88b311a66c441e01edfebe4cd90d8a47fa335
|
||||
|
||||
- run: ruff check --fix-only .
|
||||
- run: ruff format .
|
||||
|
|
|
|||
70
.github/workflows/main.yml
vendored
70
.github/workflows/main.yml
vendored
|
|
@ -26,9 +26,9 @@ jobs:
|
|||
name: ${{ matrix.env }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: mhils/workflows/checkout@af886cbabab992a8e7db75c6af3516af2b1f5a1c
|
||||
- uses: mhils/workflows/setup-uv@af886cbabab992a8e7db75c6af3516af2b1f5a1c
|
||||
- uses: mhils/workflows/uv-sync@af886cbabab992a8e7db75c6af3516af2b1f5a1c
|
||||
- uses: mhils/workflows/checkout@8fe88b311a66c441e01edfebe4cd90d8a47fa335
|
||||
- uses: mhils/workflows/setup-uv@8fe88b311a66c441e01edfebe4cd90d8a47fa335
|
||||
- uses: mhils/workflows/uv-sync@8fe88b311a66c441e01edfebe4cd90d8a47fa335
|
||||
with:
|
||||
args: --only-group tox
|
||||
|
||||
|
|
@ -51,9 +51,9 @@ jobs:
|
|||
py: "3.12"
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: mhils/workflows/checkout@af886cbabab992a8e7db75c6af3516af2b1f5a1c
|
||||
- uses: mhils/workflows/setup-uv@af886cbabab992a8e7db75c6af3516af2b1f5a1c
|
||||
- uses: mhils/workflows/uv-sync@af886cbabab992a8e7db75c6af3516af2b1f5a1c
|
||||
- uses: mhils/workflows/checkout@8fe88b311a66c441e01edfebe4cd90d8a47fa335
|
||||
- uses: mhils/workflows/setup-uv@8fe88b311a66c441e01edfebe4cd90d8a47fa335
|
||||
- uses: mhils/workflows/uv-sync@8fe88b311a66c441e01edfebe4cd90d8a47fa335
|
||||
with:
|
||||
args: --only-group tox
|
||||
|
||||
|
|
@ -88,15 +88,15 @@ jobs:
|
|||
run: |
|
||||
apt-get update
|
||||
apt-get install --no-install-recommends -y git ca-certificates binutils build-essential
|
||||
- uses: mhils/workflows/checkout@af886cbabab992a8e7db75c6af3516af2b1f5a1c
|
||||
- uses: mhils/workflows/setup-uv@af886cbabab992a8e7db75c6af3516af2b1f5a1c
|
||||
- uses: mhils/workflows/uv-sync@af886cbabab992a8e7db75c6af3516af2b1f5a1c
|
||||
- uses: mhils/workflows/checkout@8fe88b311a66c441e01edfebe4cd90d8a47fa335
|
||||
- uses: mhils/workflows/setup-uv@8fe88b311a66c441e01edfebe4cd90d8a47fa335
|
||||
- uses: mhils/workflows/uv-sync@8fe88b311a66c441e01edfebe4cd90d8a47fa335
|
||||
- run: uv pip install . # pyinstaller 5.9 does not like pyproject.toml + editable installs.
|
||||
|
||||
- if: runner.os == 'macOS' && github.repository == 'mitmproxy/mitmproxy'
|
||||
&& (startsWith(github.ref, 'refs/heads/') || startsWith(github.ref, 'refs/tags/'))
|
||||
id: keychain
|
||||
uses: apple-actions/import-codesign-certs@95e84a1a18f2bdbc5c6ab9b7f4429372e4b13a8b
|
||||
uses: apple-actions/import-codesign-certs@b610f78488812c1e56b20e6df63ec42d833f2d14
|
||||
with:
|
||||
keychain: ${{ runner.temp }}/temp
|
||||
p12-file-base64: ${{ secrets.APPLE_CERTIFICATE }}
|
||||
|
|
@ -118,13 +118,13 @@ jobs:
|
|||
- if: runner.os == 'Windows'
|
||||
run: python -u release/build.py standalone-binaries
|
||||
|
||||
- uses: actions/upload-artifact@v5
|
||||
- uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: binaries.${{ matrix.platform }}
|
||||
path: release/dist
|
||||
|
||||
build-wheel:
|
||||
uses: mhils/workflows/.github/workflows/python-build.yml@af886cbabab992a8e7db75c6af3516af2b1f5a1c
|
||||
uses: mhils/workflows/.github/workflows/python-build.yml@8fe88b311a66c441e01edfebe4cd90d8a47fa335
|
||||
with:
|
||||
artifact: binaries.wheel
|
||||
|
||||
|
|
@ -136,15 +136,15 @@ jobs:
|
|||
startsWith(github.ref, 'refs/tags/')
|
||||
)
|
||||
steps:
|
||||
- uses: mhils/workflows/checkout@af886cbabab992a8e7db75c6af3516af2b1f5a1c
|
||||
- uses: mhils/workflows/setup-uv@af886cbabab992a8e7db75c6af3516af2b1f5a1c
|
||||
- uses: mhils/workflows/uv-sync@af886cbabab992a8e7db75c6af3516af2b1f5a1c
|
||||
- uses: mhils/workflows/checkout@8fe88b311a66c441e01edfebe4cd90d8a47fa335
|
||||
- uses: mhils/workflows/setup-uv@8fe88b311a66c441e01edfebe4cd90d8a47fa335
|
||||
- uses: mhils/workflows/uv-sync@8fe88b311a66c441e01edfebe4cd90d8a47fa335
|
||||
- run: uv pip install . # pyinstaller 5.9 does not like pyproject.toml + editable installs.
|
||||
- run: python -u release/build.py installbuilder-installer msix-installer
|
||||
env:
|
||||
CI_BUILD_KEY: ${{ secrets.CI_BUILD_KEY }}
|
||||
|
||||
- uses: actions/upload-artifact@v5
|
||||
- uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: binaries.windows-installer
|
||||
path: release/dist
|
||||
|
|
@ -152,12 +152,12 @@ jobs:
|
|||
test-web-ui:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: mhils/workflows/checkout@af886cbabab992a8e7db75c6af3516af2b1f5a1c
|
||||
- uses: mhils/workflows/checkout@8fe88b311a66c441e01edfebe4cd90d8a47fa335
|
||||
- uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version-file: .github/node-version.txt
|
||||
- name: Cache Node.js modules
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
# npm cache files are stored in `~/.npm` on Linux/macOS
|
||||
path: ~/.npm
|
||||
|
|
@ -178,8 +178,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
needs: build-wheel
|
||||
steps:
|
||||
- uses: mhils/workflows/checkout@af886cbabab992a8e7db75c6af3516af2b1f5a1c
|
||||
- uses: actions/download-artifact@v6
|
||||
- uses: mhils/workflows/checkout@8fe88b311a66c441e01edfebe4cd90d8a47fa335
|
||||
- uses: actions/download-artifact@v7
|
||||
with:
|
||||
name: binaries.wheel
|
||||
path: release/docker
|
||||
|
|
@ -191,16 +191,16 @@ jobs:
|
|||
docs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: mhils/workflows/checkout@af886cbabab992a8e7db75c6af3516af2b1f5a1c
|
||||
- uses: mhils/workflows/setup-uv@af886cbabab992a8e7db75c6af3516af2b1f5a1c
|
||||
- uses: mhils/workflows/uv-sync@af886cbabab992a8e7db75c6af3516af2b1f5a1c
|
||||
- uses: mhils/workflows/checkout@8fe88b311a66c441e01edfebe4cd90d8a47fa335
|
||||
- uses: mhils/workflows/setup-uv@8fe88b311a66c441e01edfebe4cd90d8a47fa335
|
||||
- uses: mhils/workflows/uv-sync@8fe88b311a66c441e01edfebe4cd90d8a47fa335
|
||||
- run: |
|
||||
wget -q https://github.com/gohugoio/hugo/releases/download/v0.139.3/hugo_extended_0.139.3_linux-amd64.deb
|
||||
echo "3e58800d1fee57269208d07d104ae1a6ab886615344099f2dca0c6ad5279bc11 hugo_extended_0.139.3_linux-amd64.deb" | sha256sum -c
|
||||
sudo dpkg -i hugo*.deb
|
||||
|
||||
- run: ./docs/build.py
|
||||
- uses: actions/upload-artifact@v5
|
||||
- uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: docs
|
||||
path: docs/public
|
||||
|
|
@ -209,7 +209,7 @@ jobs:
|
|||
env:
|
||||
DOCS_ARCHIVE: ${{ github.ref_name }}
|
||||
- if: startsWith(github.ref, 'refs/tags/')
|
||||
uses: actions/upload-artifact@v5
|
||||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: docs-archive
|
||||
path: docs/public
|
||||
|
|
@ -225,7 +225,7 @@ jobs:
|
|||
- build-wheel
|
||||
- build-windows-installer
|
||||
- docs
|
||||
uses: mhils/workflows/.github/workflows/alls-green.yml@af886cbabab992a8e7db75c6af3516af2b1f5a1c
|
||||
uses: mhils/workflows/.github/workflows/alls-green.yml@8fe88b311a66c441e01edfebe4cd90d8a47fa335
|
||||
with:
|
||||
jobs: ${{ toJSON(needs) }}
|
||||
allowed-skips: build-windows-installer
|
||||
|
|
@ -245,13 +245,13 @@ jobs:
|
|||
needs: check
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: mhils/workflows/checkout@af886cbabab992a8e7db75c6af3516af2b1f5a1c
|
||||
- uses: actions/download-artifact@v6
|
||||
- uses: mhils/workflows/checkout@8fe88b311a66c441e01edfebe4cd90d8a47fa335
|
||||
- uses: actions/download-artifact@v7
|
||||
with:
|
||||
name: binaries.wheel
|
||||
path: release/docker
|
||||
- uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
|
||||
- uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v1.6.0
|
||||
- uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v1.6.0
|
||||
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
|
||||
|
|
@ -323,22 +323,22 @@ jobs:
|
|||
R2_ACCESS_KEY_ID: ${{ secrets.R2_ACCESS_KEY_ID }}
|
||||
R2_SECRET_ACCESS_KEY: ${{ secrets.R2_SECRET_ACCESS_KEY }}
|
||||
steps:
|
||||
- uses: mhils/workflows/checkout@af886cbabab992a8e7db75c6af3516af2b1f5a1c
|
||||
- uses: mhils/workflows/setup-uv@af886cbabab992a8e7db75c6af3516af2b1f5a1c
|
||||
- uses: mhils/workflows/uv-sync@af886cbabab992a8e7db75c6af3516af2b1f5a1c
|
||||
- uses: mhils/workflows/checkout@8fe88b311a66c441e01edfebe4cd90d8a47fa335
|
||||
- uses: mhils/workflows/setup-uv@8fe88b311a66c441e01edfebe4cd90d8a47fa335
|
||||
- uses: mhils/workflows/uv-sync@8fe88b311a66c441e01edfebe4cd90d8a47fa335
|
||||
with:
|
||||
args: --only-group deploy
|
||||
|
||||
- uses: actions/download-artifact@v6
|
||||
- uses: actions/download-artifact@v7
|
||||
with:
|
||||
name: docs
|
||||
path: docs/public
|
||||
- if: startsWith(github.ref, 'refs/tags/')
|
||||
uses: actions/download-artifact@v6
|
||||
uses: actions/download-artifact@v7
|
||||
with:
|
||||
name: docs-archive
|
||||
path: docs/archive
|
||||
- uses: actions/download-artifact@v6
|
||||
- uses: actions/download-artifact@v7
|
||||
with:
|
||||
pattern: binaries.*
|
||||
merge-multiple: true
|
||||
|
|
|
|||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
- uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version-file: .github/node-version.txt
|
||||
- uses: mhils/workflows/setup-python@af886cbabab992a8e7db75c6af3516af2b1f5a1c
|
||||
- uses: mhils/workflows/setup-python@8fe88b311a66c441e01edfebe4cd90d8a47fa335
|
||||
- run: ./release/release.py ${{ inputs.version }} ${{ inputs.skip-branch-status-check }}
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} # this token works with the GraphQL API
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue