Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
--prost_opt="flat_output_dir=true"
# --swift_out=./mitmproxy-macos/redirector/ipc
- run: cargo fmt --all
- uses: autofix-ci/action@7a166d7532b277f34e16238930461bf77f9d7ed8
- uses: autofix-ci/action@c5b2d67aa2274e7b5a18224e8171550871fc7e4a

rustfmt:
runs-on: ${{ matrix.os }}
Expand All @@ -53,4 +53,4 @@ jobs:
- run: cargo fmt --all
- run: git checkout src/ipc/mitmproxy_ipc.rs

- uses: autofix-ci/action@7a166d7532b277f34e16238930461bf77f9d7ed8
- uses: autofix-ci/action@c5b2d67aa2274e7b5a18224e8171550871fc7e4a
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ jobs:

- if: runner.os == 'Linux'
name: Install maturin[zig] from PyPI
uses: install-pinned/maturin-with-zig@fdb93c6d7afba2f90597148c3a7f56d9d9267daa
uses: install-pinned/maturin-with-zig@fef15d20a5102457e0a9c27fa43c5cd1d3bce9c7
- if: runner.os != 'Linux'
name: Install maturin from PyPI
uses: install-pinned/maturin@cf91d4f1b862e5f08d2706f10e270b1faec1be7e
uses: install-pinned/maturin@d20e5329c187e875953725100aebf62837d13508

- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
run: python .github/scripts/pin-versions.py
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
- uses: mhils/workflows/checkout@5b6540d578f48644ffa5e955cedadc81034cb7d8 # v18.0
- uses: ./.github/actions/setup
- name: Install maturin[zig] from PyPI
uses: install-pinned/maturin-with-zig@fdb93c6d7afba2f90597148c3a7f56d9d9267daa
uses: install-pinned/maturin-with-zig@fef15d20a5102457e0a9c27fa43c5cd1d3bce9c7
- run: maturin build --release ${{ matrix.args }}
working-directory: ./mitmproxy-linux
- run: test -f target/wheels/*-py3-none-*.whl # ensure we have a universal wheel
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# TODO: This should ideally just reuse the main CI artifacts.
- uses: mhils/workflows/checkout@5b6540d578f48644ffa5e955cedadc81034cb7d8 # v18.0
- uses: ./.github/actions/setup
- uses: install-pinned/maturin-with-zig@fdb93c6d7afba2f90597148c3a7f56d9d9267daa
- uses: install-pinned/maturin-with-zig@fef15d20a5102457e0a9c27fa43c5cd1d3bce9c7
- uses: install-pinned/mypy@75779f141592e4909d64e13f8a1861f06aa9cd8d
- uses: install-pinned/pdoc@69ba59f9699df21e1026110af4ec6b10a98cf5cd

Expand All @@ -34,7 +34,7 @@ jobs:

- run: pdoc -o docs/ mitmproxy_rs

- uses: actions/upload-pages-artifact@v4
- uses: actions/upload-pages-artifact@v5
with:
path: docs/

Expand Down
Loading