mirror of
https://github.com/mitmproxy/mitmproxy.git
synced 2024-11-23 13:19:48 +00:00
Bump the github-actions group across 1 directory with 2 updates (#7151)
* Bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [mhils/workflows](https://github.com/mhils/workflows) and [docker/build-push-action](https://github.com/docker/build-push-action).
Updates `mhils/workflows` from 8 to 10
- [Release notes](https://github.com/mhils/workflows/releases)
- [Commits](https://github.com/mhils/workflows/compare/v8...v10)
Updates `docker/build-push-action` from 6.5.0 to 6.7.0
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](5176d81f87...5cd11c3a4c
)
---
updated-dependencies:
- dependency-name: mhils/workflows
dependency-type: direct:production
update-type: version-update:semver-major
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] <support@github.com>
* Update main.yml
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maximilian Hils <git@maximilianhils.com>
This commit is contained in:
parent
f054e38467
commit
a5b5963d8c
15
.github/workflows/main.yml
vendored
15
.github/workflows/main.yml
vendored
@ -18,22 +18,22 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
uses: mhils/workflows/.github/workflows/python-tox.yml@v8
|
||||
uses: mhils/workflows/.github/workflows/python-tox.yml@v10
|
||||
with:
|
||||
cmd: tox -e lint
|
||||
|
||||
filename-matching:
|
||||
uses: mhils/workflows/.github/workflows/python-tox.yml@v8
|
||||
uses: mhils/workflows/.github/workflows/python-tox.yml@v10
|
||||
with:
|
||||
cmd: tox -e filename_matching
|
||||
|
||||
mypy:
|
||||
uses: mhils/workflows/.github/workflows/python-tox.yml@v8
|
||||
uses: mhils/workflows/.github/workflows/python-tox.yml@v10
|
||||
with:
|
||||
cmd: tox -e mypy
|
||||
|
||||
individual-coverage:
|
||||
uses: mhils/workflows/.github/workflows/python-tox.yml@v8
|
||||
uses: mhils/workflows/.github/workflows/python-tox.yml@v10
|
||||
with:
|
||||
cmd: tox -e individual_coverage
|
||||
|
||||
@ -147,10 +147,9 @@ jobs:
|
||||
path: release/dist
|
||||
|
||||
build-wheel:
|
||||
uses: mhils/workflows/.github/workflows/python-build.yml@v8
|
||||
uses: mhils/workflows/.github/workflows/python-build.yml@v10
|
||||
with:
|
||||
python-version-file: .github/python-version.txt
|
||||
attest-provenance: false # done in deploy step
|
||||
artifact: binaries.wheel
|
||||
|
||||
build-windows-installer:
|
||||
@ -267,7 +266,7 @@ jobs:
|
||||
- build-wheel
|
||||
- build-windows-installer
|
||||
- docs
|
||||
uses: mhils/workflows/.github/workflows/alls-green.yml@v8
|
||||
uses: mhils/workflows/.github/workflows/alls-green.yml@v10
|
||||
with:
|
||||
jobs: ${{ toJSON(needs) }}
|
||||
allowed-skips: build-windows-installer
|
||||
@ -327,7 +326,7 @@ jobs:
|
||||
|
||||
- name: Build and push
|
||||
id: push
|
||||
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0
|
||||
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
|
||||
with:
|
||||
context: release/docker
|
||||
platforms: linux/amd64,linux/arm64
|
||||
|
Loading…
Reference in New Issue
Block a user