Skip to content

Commit 28c4035

Browse files
Bump mhils/workflows from 18 to 19 in the dependencies group
Bumps the dependencies group with 1 update: [mhils/workflows](https://github.com/mhils/workflows). Updates `mhils/workflows` from 18 to 19 - [Release notes](https://github.com/mhils/workflows/releases) - [Commits](mhils/workflows@3c9fc8f...5b6540d) --- updated-dependencies: - dependency-name: mhils/workflows dependency-version: '19' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ca2eb92 commit 28c4035

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/autofix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
protobuf:
1818
runs-on: macos-latest
1919
steps:
20-
- uses: mhils/workflows/checkout@3c9fc8f5b40cb8f3f1b81163f3f195cad843b09a # v18.0
20+
- uses: mhils/workflows/checkout@5b6540d578f48644ffa5e955cedadc81034cb7d8 # v18.0
2121
- run: brew install swift-protobuf
2222
- run: cargo install protoc-gen-prost
2323
- run: protoc --proto_path=./src/ipc/ mitmproxy_ipc.proto
@@ -36,7 +36,7 @@ jobs:
3636
- os: macos-latest
3737
- os: ubuntu-latest
3838
steps:
39-
- uses: mhils/workflows/checkout@3c9fc8f5b40cb8f3f1b81163f3f195cad843b09a # v18.0
39+
- uses: mhils/workflows/checkout@5b6540d578f48644ffa5e955cedadc81034cb7d8 # v18.0
4040
- uses: ./.github/actions/setup
4141
with:
4242
rust-version: ${{ env.MSRV }}

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
env:
4040
RUSTFLAGS: ${{ matrix.rust == 'nightly' && '-Zpanic_abort_tests -C panic=abort' || '' }}
4141
steps:
42-
- uses: mhils/workflows/checkout@3c9fc8f5b40cb8f3f1b81163f3f195cad843b09a # v18.0
42+
- uses: mhils/workflows/checkout@5b6540d578f48644ffa5e955cedadc81034cb7d8 # v18.0
4343
- uses: ./.github/actions/setup
4444
with:
4545
rust-version: ${{ matrix.rust }}
@@ -84,7 +84,7 @@ jobs:
8484
runs-on: ${{ matrix.os }}
8585
name: build mitmproxy-rs (${{ matrix.name }})
8686
steps:
87-
- uses: mhils/workflows/checkout@3c9fc8f5b40cb8f3f1b81163f3f195cad843b09a # v18.0
87+
- uses: mhils/workflows/checkout@5b6540d578f48644ffa5e955cedadc81034cb7d8 # v18.0
8888
- uses: ./.github/actions/setup
8989
with:
9090
extra-targets: ${{ matrix.target }}
@@ -115,7 +115,7 @@ jobs:
115115
build-macos-app:
116116
runs-on: macos-latest
117117
steps:
118-
- uses: mhils/workflows/checkout@3c9fc8f5b40cb8f3f1b81163f3f195cad843b09a # v18.0
118+
- uses: mhils/workflows/checkout@5b6540d578f48644ffa5e955cedadc81034cb7d8 # v18.0
119119
- if: ${{ !startsWith(github.ref, 'refs/tags/') }} # harden against cache poisoning
120120
uses: actions/cache@v4
121121
id: cache-app
@@ -141,7 +141,7 @@ jobs:
141141
runs-on: windows-latest
142142
name: build mitmproxy-windows
143143
steps:
144-
- uses: mhils/workflows/checkout@3c9fc8f5b40cb8f3f1b81163f3f195cad843b09a # v18.0
144+
- uses: mhils/workflows/checkout@5b6540d578f48644ffa5e955cedadc81034cb7d8 # v18.0
145145
- uses: ./.github/actions/setup
146146
- uses: install-pinned/build@80919007c59a8977ba4eedf1f3234e73f674aa2e
147147

@@ -158,7 +158,7 @@ jobs:
158158
needs: build-macos-app
159159
runs-on: macos-latest
160160
steps:
161-
- uses: mhils/workflows/checkout@3c9fc8f5b40cb8f3f1b81163f3f195cad843b09a # v18.0
161+
- uses: mhils/workflows/checkout@5b6540d578f48644ffa5e955cedadc81034cb7d8 # v18.0
162162
- uses: ./.github/actions/setup
163163
with:
164164
extra-targets: aarch64-apple-darwin x86_64-apple-darwin
@@ -192,7 +192,7 @@ jobs:
192192
args: --compatibility manylinux2014 --zig
193193
runs-on: ${{ matrix.os }}
194194
steps:
195-
- uses: mhils/workflows/checkout@3c9fc8f5b40cb8f3f1b81163f3f195cad843b09a # v18.0
195+
- uses: mhils/workflows/checkout@5b6540d578f48644ffa5e955cedadc81034cb7d8 # v18.0
196196
- uses: ./.github/actions/setup
197197
- name: Install maturin[zig] from PyPI
198198
uses: install-pinned/maturin-with-zig@b1490b711b58bce2e99c1b49957651fefa9ed6b1
@@ -209,7 +209,7 @@ jobs:
209209
needs: build-linux-wheel
210210
runs-on: ubuntu-latest
211211
steps:
212-
- uses: mhils/workflows/checkout@3c9fc8f5b40cb8f3f1b81163f3f195cad843b09a # v18.0
212+
- uses: mhils/workflows/checkout@5b6540d578f48644ffa5e955cedadc81034cb7d8 # v18.0
213213
- uses: ./.github/actions/setup
214214
- uses: actions/download-artifact@v4
215215
with:
@@ -226,12 +226,12 @@ jobs:
226226
- build-windows-wheel
227227
- build-linux-wheel
228228
- build-macos-wheel
229-
uses: mhils/workflows/.github/workflows/alls-green.yml@3c9fc8f5b40cb8f3f1b81163f3f195cad843b09a # v18.0
229+
uses: mhils/workflows/.github/workflows/alls-green.yml@5b6540d578f48644ffa5e955cedadc81034cb7d8 # v18.0
230230
with:
231231
jobs: ${{ toJSON(needs) }}
232232

233233
deploy:
234-
uses: mhils/workflows/.github/workflows/python-deploy.yml@3c9fc8f5b40cb8f3f1b81163f3f195cad843b09a # v18.0
234+
uses: mhils/workflows/.github/workflows/python-deploy.yml@5b6540d578f48644ffa5e955cedadc81034cb7d8 # v18.0
235235
needs: check
236236
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
237237
with:

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
# TODO: This should ideally just reuse the main CI artifacts.
23-
- uses: mhils/workflows/checkout@3c9fc8f5b40cb8f3f1b81163f3f195cad843b09a # v18.0
23+
- uses: mhils/workflows/checkout@5b6540d578f48644ffa5e955cedadc81034cb7d8 # v18.0
2424
- uses: ./.github/actions/setup
2525
- uses: install-pinned/maturin-with-zig@b1490b711b58bce2e99c1b49957651fefa9ed6b1
2626
- uses: install-pinned/mypy@75779f141592e4909d64e13f8a1861f06aa9cd8d

0 commit comments

Comments
 (0)