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](16608e9df5...cc6add7a66)

Updates `docker/login-action` from 3.5.0 to 3.6.0
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](184bdaa072...5e57cd1181)

---
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-10-09 17:52:21 +02:00 committed by GitHub
parent 1e6c7ad5ba
commit 5cabab0fde
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 29 additions and 29 deletions

View file

@ -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 .

View file

@ -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

View file

@ -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