From b8df6c01f2b4e929abb8052d647516601f14ac6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 19:45:50 +0100 Subject: [PATCH] Bump the github-actions group with 5 updates (#7585) Bumps the github-actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [mhils/workflows](https://github.com/mhils/workflows) | `16` | `17` | | [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `3.3.0` | `3.6.0` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3.8.0` | `3.10.0` | | [docker/metadata-action](https://github.com/docker/metadata-action) | `5.6.1` | `5.7.0` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `6.13.0` | `6.15.0` | Updates `mhils/workflows` from 16 to 17 - [Release notes](https://github.com/mhils/workflows/releases) - [Commits](https://github.com/mhils/workflows/compare/34e9a0dabe3f355d60c385cdb1b1368c9219ecd3...84f586083d4f70fef0b1f18ff2dced74004b40df) Updates `docker/setup-qemu-action` from 3.3.0 to 3.6.0 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/53851d14592bedcffcf25ea515637cff71ef929a...29109295f81e9208d7d86ff1c6c12d2833863392) Updates `docker/setup-buildx-action` from 3.8.0 to 3.10.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/6524bf65af31da8d45b59e8c27de4bd072b392f5...b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2) Updates `docker/metadata-action` from 5.6.1 to 5.7.0 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/369eb591f429131d6889c46b94e711f089e6ca96...902fa8ec7d6ecbf8d84d538b9b233a880e428804) Updates `docker/build-push-action` from 6.13.0 to 6.15.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/ca877d9245402d1537745e0e356eab47c3520991...471d1dc4e07e5cdedd4c2171150001c434f0b7a4) --- updated-dependencies: - dependency-name: mhils/workflows dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/autofix.yml | 4 +-- .github/workflows/main.yml | 50 +++++++++++++++++------------------ .github/workflows/release.yml | 2 +- 3 files changed, 28 insertions(+), 28 deletions(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 4467f61c7..ef637801c 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -13,8 +13,8 @@ jobs: autofix: runs-on: ubuntu-latest steps: - - uses: mhils/workflows/checkout@34e9a0dabe3f355d60c385cdb1b1368c9219ecd3 - - uses: mhils/workflows/setup-python@34e9a0dabe3f355d60c385cdb1b1368c9219ecd3 + - uses: mhils/workflows/checkout@84f586083d4f70fef0b1f18ff2dced74004b40df + - uses: mhils/workflows/setup-python@84f586083d4f70fef0b1f18ff2dced74004b40df - run: pip install -e .[dev] - run: ruff check --fix-only . diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9a6bea4a3..9245e1be5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,22 +19,22 @@ concurrency: jobs: lint: - uses: mhils/workflows/.github/workflows/python-tox.yml@34e9a0dabe3f355d60c385cdb1b1368c9219ecd3 + uses: mhils/workflows/.github/workflows/python-tox.yml@84f586083d4f70fef0b1f18ff2dced74004b40df with: cmd: tox -e lint filename-matching: - uses: mhils/workflows/.github/workflows/python-tox.yml@34e9a0dabe3f355d60c385cdb1b1368c9219ecd3 + uses: mhils/workflows/.github/workflows/python-tox.yml@84f586083d4f70fef0b1f18ff2dced74004b40df with: cmd: tox -e filename_matching mypy: - uses: mhils/workflows/.github/workflows/python-tox.yml@34e9a0dabe3f355d60c385cdb1b1368c9219ecd3 + uses: mhils/workflows/.github/workflows/python-tox.yml@84f586083d4f70fef0b1f18ff2dced74004b40df with: cmd: tox -e mypy individual-coverage: - uses: mhils/workflows/.github/workflows/python-tox.yml@34e9a0dabe3f355d60c385cdb1b1368c9219ecd3 + uses: mhils/workflows/.github/workflows/python-tox.yml@84f586083d4f70fef0b1f18ff2dced74004b40df with: cmd: tox -e individual_coverage @@ -53,8 +53,8 @@ jobs: py: "3.12" runs-on: ${{ matrix.os }} steps: - - uses: mhils/workflows/checkout@34e9a0dabe3f355d60c385cdb1b1368c9219ecd3 - - uses: mhils/workflows/setup-python@34e9a0dabe3f355d60c385cdb1b1368c9219ecd3 + - uses: mhils/workflows/checkout@84f586083d4f70fef0b1f18ff2dced74004b40df + - uses: mhils/workflows/setup-python@84f586083d4f70fef0b1f18ff2dced74004b40df with: python-version: ${{ matrix.py }} - run: pip install tox @@ -75,8 +75,8 @@ jobs: test-old-dependencies: runs-on: ubuntu-latest steps: - - uses: mhils/workflows/checkout@34e9a0dabe3f355d60c385cdb1b1368c9219ecd3 - - uses: mhils/workflows/setup-python@34e9a0dabe3f355d60c385cdb1b1368c9219ecd3 + - uses: mhils/workflows/checkout@84f586083d4f70fef0b1f18ff2dced74004b40df + - uses: mhils/workflows/setup-python@84f586083d4f70fef0b1f18ff2dced74004b40df - run: pip install tox-uv - run: tox -e old-dependencies @@ -97,8 +97,8 @@ jobs: platform: linux-arm64 runs-on: ${{ matrix.image }} steps: - - uses: mhils/workflows/checkout@34e9a0dabe3f355d60c385cdb1b1368c9219ecd3 - - uses: mhils/workflows/setup-python@34e9a0dabe3f355d60c385cdb1b1368c9219ecd3 + - uses: mhils/workflows/checkout@84f586083d4f70fef0b1f18ff2dced74004b40df + - uses: mhils/workflows/setup-python@84f586083d4f70fef0b1f18ff2dced74004b40df - run: pip install .[dev] # pyinstaller 5.9 does not like pyproject.toml + editable installs. - if: runner.os == 'macOS' && github.repository == 'mitmproxy/mitmproxy' @@ -132,7 +132,7 @@ jobs: path: release/dist build-wheel: - uses: mhils/workflows/.github/workflows/python-build.yml@34e9a0dabe3f355d60c385cdb1b1368c9219ecd3 + uses: mhils/workflows/.github/workflows/python-build.yml@84f586083d4f70fef0b1f18ff2dced74004b40df with: python-version-file: .github/python-version.txt artifact: binaries.wheel @@ -145,8 +145,8 @@ jobs: startsWith(github.ref, 'refs/tags/') ) steps: - - uses: mhils/workflows/checkout@34e9a0dabe3f355d60c385cdb1b1368c9219ecd3 - - uses: mhils/workflows/setup-python@34e9a0dabe3f355d60c385cdb1b1368c9219ecd3 + - uses: mhils/workflows/checkout@84f586083d4f70fef0b1f18ff2dced74004b40df + - uses: mhils/workflows/setup-python@84f586083d4f70fef0b1f18ff2dced74004b40df - run: pip install .[dev] # pyinstaller 5.9 does not like pyproject.toml + editable installs. - run: python -u release/build.py installbuilder-installer msix-installer @@ -161,7 +161,7 @@ jobs: test-web-ui: runs-on: ubuntu-latest steps: - - uses: mhils/workflows/checkout@34e9a0dabe3f355d60c385cdb1b1368c9219ecd3 + - uses: mhils/workflows/checkout@84f586083d4f70fef0b1f18ff2dced74004b40df - uses: actions/setup-node@v4 with: node-version-file: .github/node-version.txt @@ -187,7 +187,7 @@ jobs: runs-on: ubuntu-latest needs: build-wheel steps: - - uses: mhils/workflows/checkout@34e9a0dabe3f355d60c385cdb1b1368c9219ecd3 + - uses: mhils/workflows/checkout@84f586083d4f70fef0b1f18ff2dced74004b40df - uses: actions/download-artifact@v4 with: name: binaries.wheel @@ -200,8 +200,8 @@ jobs: docs: runs-on: ubuntu-latest steps: - - uses: mhils/workflows/checkout@34e9a0dabe3f355d60c385cdb1b1368c9219ecd3 - - uses: mhils/workflows/setup-python@34e9a0dabe3f355d60c385cdb1b1368c9219ecd3 + - uses: mhils/workflows/checkout@84f586083d4f70fef0b1f18ff2dced74004b40df + - uses: mhils/workflows/setup-python@84f586083d4f70fef0b1f18ff2dced74004b40df - 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 @@ -237,7 +237,7 @@ jobs: - build-wheel - build-windows-installer - docs - uses: mhils/workflows/.github/workflows/alls-green.yml@34e9a0dabe3f355d60c385cdb1b1368c9219ecd3 + uses: mhils/workflows/.github/workflows/alls-green.yml@84f586083d4f70fef0b1f18ff2dced74004b40df with: jobs: ${{ toJSON(needs) }} allowed-skips: build-windows-installer @@ -257,13 +257,13 @@ jobs: needs: check runs-on: ubuntu-latest steps: - - uses: mhils/workflows/checkout@34e9a0dabe3f355d60c385cdb1b1368c9219ecd3 + - uses: mhils/workflows/checkout@84f586083d4f70fef0b1f18ff2dced74004b40df - uses: actions/download-artifact@v4 with: name: binaries.wheel path: release/docker - - uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0 - - uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v1.6.0 + - uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0 + - uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v1.6.0 - name: Login to Docker Hub uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 @@ -279,7 +279,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 + uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 env: DOCKER_METADATA_ANNOTATIONS_LEVELS: index with: @@ -295,7 +295,7 @@ jobs: - name: Build and push id: push - uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0 + uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0 with: context: release/docker platforms: linux/amd64,linux/arm64 @@ -335,8 +335,8 @@ jobs: R2_ACCESS_KEY_ID: ${{ secrets.R2_ACCESS_KEY_ID }} R2_SECRET_ACCESS_KEY: ${{ secrets.R2_SECRET_ACCESS_KEY }} steps: - - uses: mhils/workflows/checkout@34e9a0dabe3f355d60c385cdb1b1368c9219ecd3 - - uses: mhils/workflows/setup-python@34e9a0dabe3f355d60c385cdb1b1368c9219ecd3 + - uses: mhils/workflows/checkout@84f586083d4f70fef0b1f18ff2dced74004b40df + - uses: mhils/workflows/setup-python@84f586083d4f70fef0b1f18ff2dced74004b40df - run: pip install -r .github/awscli-requirements.txt - if: startsWith(github.ref, 'refs/tags/') run: sudo apt-get install -y twine diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d82bde4b9..13fd02201 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version-file: .github/node-version.txt - - uses: mhils/workflows/setup-python@34e9a0dabe3f355d60c385cdb1b1368c9219ecd3 + - uses: mhils/workflows/setup-python@84f586083d4f70fef0b1f18ff2dced74004b40df - run: ./release/release.py ${{ inputs.version }} ${{ inputs.skip-branch-status-check }} env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} # this token works with the GraphQL API