From 5cabab0fdead7b590c9d865b35e7d39f0f8def3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 17:52:21 +0200 Subject: [PATCH] Bump the github-actions group with 2 updates (#7895) Bumps the github-actions group with 2 updates: [mhils/workflows](https://github.com/mhils/workflows) and [docker/login-action](https://github.com/docker/login-action). Updates `mhils/workflows` from 16608e9df5912db0e3ad86a9b90e25e933f2496b to cc6add7a662663ad7ad3017a86bcb91c361c9cc9 - [Release notes](https://github.com/mhils/workflows/releases) - [Commits](https://github.com/mhils/workflows/compare/16608e9df5912db0e3ad86a9b90e25e933f2496b...cc6add7a662663ad7ad3017a86bcb91c361c9cc9) Updates `docker/login-action` from 3.5.0 to 3.6.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/184bdaa0721073962dff0199f1fb9940f07167d1...5e57cd118135c172c3672efd75eb46360885c0ef) --- updated-dependencies: - dependency-name: mhils/workflows dependency-version: cc6add7a662663ad7ad3017a86bcb91c361c9cc9 dependency-type: direct:production dependency-group: github-actions - dependency-name: docker/login-action dependency-version: 3.6.0 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 | 6 ++--- .github/workflows/main.yml | 50 +++++++++++++++++------------------ .github/workflows/release.yml | 2 +- 3 files changed, 29 insertions(+), 29 deletions(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 0345d266d..98781a47d 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -13,9 +13,9 @@ jobs: autofix: runs-on: ubuntu-latest steps: - - uses: mhils/workflows/checkout@16608e9df5912db0e3ad86a9b90e25e933f2496b - - uses: mhils/workflows/setup-uv@16608e9df5912db0e3ad86a9b90e25e933f2496b - - uses: mhils/workflows/uv-sync@16608e9df5912db0e3ad86a9b90e25e933f2496b + - uses: mhils/workflows/checkout@cc6add7a662663ad7ad3017a86bcb91c361c9cc9 + - uses: mhils/workflows/setup-uv@cc6add7a662663ad7ad3017a86bcb91c361c9cc9 + - uses: mhils/workflows/uv-sync@cc6add7a662663ad7ad3017a86bcb91c361c9cc9 - run: ruff check --fix-only . - run: ruff format . diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 84b042704..f5dfb0e0c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,9 +26,9 @@ jobs: name: ${{ matrix.env }} runs-on: ubuntu-latest steps: - - uses: mhils/workflows/checkout@16608e9df5912db0e3ad86a9b90e25e933f2496b - - uses: mhils/workflows/setup-uv@16608e9df5912db0e3ad86a9b90e25e933f2496b - - uses: mhils/workflows/uv-sync@16608e9df5912db0e3ad86a9b90e25e933f2496b + - uses: mhils/workflows/checkout@cc6add7a662663ad7ad3017a86bcb91c361c9cc9 + - uses: mhils/workflows/setup-uv@cc6add7a662663ad7ad3017a86bcb91c361c9cc9 + - uses: mhils/workflows/uv-sync@cc6add7a662663ad7ad3017a86bcb91c361c9cc9 with: args: --only-group tox @@ -49,9 +49,9 @@ jobs: py: "3.12" runs-on: ${{ matrix.os }} steps: - - uses: mhils/workflows/checkout@16608e9df5912db0e3ad86a9b90e25e933f2496b - - uses: mhils/workflows/setup-uv@16608e9df5912db0e3ad86a9b90e25e933f2496b - - uses: mhils/workflows/uv-sync@16608e9df5912db0e3ad86a9b90e25e933f2496b + - uses: mhils/workflows/checkout@cc6add7a662663ad7ad3017a86bcb91c361c9cc9 + - uses: mhils/workflows/setup-uv@cc6add7a662663ad7ad3017a86bcb91c361c9cc9 + - uses: mhils/workflows/uv-sync@cc6add7a662663ad7ad3017a86bcb91c361c9cc9 with: args: --only-group tox @@ -86,9 +86,9 @@ jobs: run: | apt-get update apt-get install --no-install-recommends -y git ca-certificates binutils - - uses: mhils/workflows/checkout@16608e9df5912db0e3ad86a9b90e25e933f2496b - - uses: mhils/workflows/setup-uv@16608e9df5912db0e3ad86a9b90e25e933f2496b - - uses: mhils/workflows/uv-sync@16608e9df5912db0e3ad86a9b90e25e933f2496b + - uses: mhils/workflows/checkout@cc6add7a662663ad7ad3017a86bcb91c361c9cc9 + - uses: mhils/workflows/setup-uv@cc6add7a662663ad7ad3017a86bcb91c361c9cc9 + - uses: mhils/workflows/uv-sync@cc6add7a662663ad7ad3017a86bcb91c361c9cc9 - run: uv pip install . # pyinstaller 5.9 does not like pyproject.toml + editable installs. - if: runner.os == 'macOS' && github.repository == 'mitmproxy/mitmproxy' @@ -122,7 +122,7 @@ jobs: path: release/dist build-wheel: - uses: mhils/workflows/.github/workflows/python-build.yml@16608e9df5912db0e3ad86a9b90e25e933f2496b + uses: mhils/workflows/.github/workflows/python-build.yml@cc6add7a662663ad7ad3017a86bcb91c361c9cc9 with: artifact: binaries.wheel @@ -134,9 +134,9 @@ jobs: startsWith(github.ref, 'refs/tags/') ) steps: - - uses: mhils/workflows/checkout@16608e9df5912db0e3ad86a9b90e25e933f2496b - - uses: mhils/workflows/setup-uv@16608e9df5912db0e3ad86a9b90e25e933f2496b - - uses: mhils/workflows/uv-sync@16608e9df5912db0e3ad86a9b90e25e933f2496b + - uses: mhils/workflows/checkout@cc6add7a662663ad7ad3017a86bcb91c361c9cc9 + - uses: mhils/workflows/setup-uv@cc6add7a662663ad7ad3017a86bcb91c361c9cc9 + - uses: mhils/workflows/uv-sync@cc6add7a662663ad7ad3017a86bcb91c361c9cc9 - 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: @@ -150,7 +150,7 @@ jobs: test-web-ui: runs-on: ubuntu-latest steps: - - uses: mhils/workflows/checkout@16608e9df5912db0e3ad86a9b90e25e933f2496b + - uses: mhils/workflows/checkout@cc6add7a662663ad7ad3017a86bcb91c361c9cc9 - uses: actions/setup-node@v5 with: node-version-file: .github/node-version.txt @@ -176,7 +176,7 @@ jobs: runs-on: ubuntu-latest needs: build-wheel steps: - - uses: mhils/workflows/checkout@16608e9df5912db0e3ad86a9b90e25e933f2496b + - uses: mhils/workflows/checkout@cc6add7a662663ad7ad3017a86bcb91c361c9cc9 - uses: actions/download-artifact@v5 with: name: binaries.wheel @@ -189,9 +189,9 @@ jobs: docs: runs-on: ubuntu-latest steps: - - uses: mhils/workflows/checkout@16608e9df5912db0e3ad86a9b90e25e933f2496b - - uses: mhils/workflows/setup-uv@16608e9df5912db0e3ad86a9b90e25e933f2496b - - uses: mhils/workflows/uv-sync@16608e9df5912db0e3ad86a9b90e25e933f2496b + - uses: mhils/workflows/checkout@cc6add7a662663ad7ad3017a86bcb91c361c9cc9 + - uses: mhils/workflows/setup-uv@cc6add7a662663ad7ad3017a86bcb91c361c9cc9 + - uses: mhils/workflows/uv-sync@cc6add7a662663ad7ad3017a86bcb91c361c9cc9 - 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 @@ -223,7 +223,7 @@ jobs: - build-wheel - build-windows-installer - docs - uses: mhils/workflows/.github/workflows/alls-green.yml@16608e9df5912db0e3ad86a9b90e25e933f2496b + uses: mhils/workflows/.github/workflows/alls-green.yml@cc6add7a662663ad7ad3017a86bcb91c361c9cc9 with: jobs: ${{ toJSON(needs) }} allowed-skips: build-windows-installer @@ -243,7 +243,7 @@ jobs: needs: check runs-on: ubuntu-latest steps: - - uses: mhils/workflows/checkout@16608e9df5912db0e3ad86a9b90e25e933f2496b + - uses: mhils/workflows/checkout@cc6add7a662663ad7ad3017a86bcb91c361c9cc9 - uses: actions/download-artifact@v5 with: name: binaries.wheel @@ -252,12 +252,12 @@ jobs: - uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v1.6.0 - name: Login to Docker Hub - uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0 + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 with: username: mitmbot password: ${{ secrets.DOCKER_PASSWORD }} - name: Login to GitHub Container Registry - uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0 + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 with: registry: ghcr.io username: ${{ github.repository_owner }} @@ -321,9 +321,9 @@ jobs: R2_ACCESS_KEY_ID: ${{ secrets.R2_ACCESS_KEY_ID }} R2_SECRET_ACCESS_KEY: ${{ secrets.R2_SECRET_ACCESS_KEY }} steps: - - uses: mhils/workflows/checkout@16608e9df5912db0e3ad86a9b90e25e933f2496b - - uses: mhils/workflows/setup-uv@16608e9df5912db0e3ad86a9b90e25e933f2496b - - uses: mhils/workflows/uv-sync@16608e9df5912db0e3ad86a9b90e25e933f2496b + - uses: mhils/workflows/checkout@cc6add7a662663ad7ad3017a86bcb91c361c9cc9 + - uses: mhils/workflows/setup-uv@cc6add7a662663ad7ad3017a86bcb91c361c9cc9 + - uses: mhils/workflows/uv-sync@cc6add7a662663ad7ad3017a86bcb91c361c9cc9 with: args: --only-group deploy diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 223c88b01..a78dfb5d5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/setup-node@v5 with: node-version-file: .github/node-version.txt - - uses: mhils/workflows/setup-python@16608e9df5912db0e3ad86a9b90e25e933f2496b + - uses: mhils/workflows/setup-python@cc6add7a662663ad7ad3017a86bcb91c361c9cc9 - run: ./release/release.py ${{ inputs.version }} ${{ inputs.skip-branch-status-check }} env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} # this token works with the GraphQL API