dependabot[bot]
c32d1bbf33
Bump the github-actions group with 5 updates ( #8112 )
...
Bumps the github-actions group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [autofix-ci/action](https://github.com/autofix-ci/action ) | `1.3.2` | `1.3.3` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact ) | `6` | `7` |
| [actions/download-artifact](https://github.com/actions/download-artifact ) | `7` | `8` |
| [docker/build-push-action](https://github.com/docker/build-push-action ) | `6.18.0` | `6.19.2` |
| [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance ) | `3` | `4` |
Updates `autofix-ci/action` from 1.3.2 to 1.3.3
- [Release notes](https://github.com/autofix-ci/action/releases )
- [Commits](635ffb0c97...7a166d7532 )
Updates `actions/upload-artifact` from 6 to 7
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v6...v7 )
Updates `actions/download-artifact` from 7 to 8
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v7...v8 )
Updates `docker/build-push-action` from 6.18.0 to 6.19.2
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](263435318d...10e90e3645 )
Updates `actions/attest-build-provenance` from 3 to 4
- [Release notes](https://github.com/actions/attest-build-provenance/releases )
- [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md )
- [Commits](https://github.com/actions/attest-build-provenance/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: autofix-ci/action
dependency-version: 1.3.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
- dependency-name: actions/upload-artifact
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/download-artifact
dependency-version: '8'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: docker/build-push-action
dependency-version: 6.19.2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: actions/attest-build-provenance
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-08 12:48:50 +01:00
Maximilian Hils
d4b394a3bf
Fix overzealous lockfile upgrades ( #8125 )
2026-03-08 11:47:38 +00:00
dependabot[bot]
944805bf83
Bump docker/login-action from 3.6.0 to 3.7.0 in the github-actions group ( #8064 )
...
Bumps the github-actions group with 1 update: [docker/login-action](https://github.com/docker/login-action ).
Updates `docker/login-action` from 3.6.0 to 3.7.0
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](5e57cd1181...c94ce9fb46 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-version: 3.7.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>
2026-02-02 07:57:24 +01:00
dependabot[bot]
090f1c49ef
Bump the github-actions group with 8 updates ( #8036 )
...
Bumps the github-actions group with 8 updates:
| Package | From | To |
| --- | --- | --- |
| [mhils/workflows](https://github.com/mhils/workflows ) | `af886cbabab992a8e7db75c6af3516af2b1f5a1c` | `8fe88b311a66c441e01edfebe4cd90d8a47fa335` |
| [apple-actions/import-codesign-certs](https://github.com/apple-actions/import-codesign-certs ) | `5.0.3` | `6.0.0` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact ) | `5` | `6` |
| [mhils/workflows/.github/workflows/python-build.yml](https://github.com/mhils/workflows ) | `af886cbabab992a8e7db75c6af3516af2b1f5a1c` | `8fe88b311a66c441e01edfebe4cd90d8a47fa335` |
| [actions/cache](https://github.com/actions/cache ) | `4` | `5` |
| [actions/download-artifact](https://github.com/actions/download-artifact ) | `6` | `7` |
| [mhils/workflows/.github/workflows/alls-green.yml](https://github.com/mhils/workflows ) | `af886cbabab992a8e7db75c6af3516af2b1f5a1c` | `8fe88b311a66c441e01edfebe4cd90d8a47fa335` |
| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) | `3.11.1` | `3.12.0` |
Updates `mhils/workflows` from af886cbabab992a8e7db75c6af3516af2b1f5a1c to 8fe88b311a66c441e01edfebe4cd90d8a47fa335
- [Release notes](https://github.com/mhils/workflows/releases )
- [Commits](af886cbaba...8fe88b311a )
Updates `apple-actions/import-codesign-certs` from 5.0.3 to 6.0.0
- [Release notes](https://github.com/apple-actions/import-codesign-certs/releases )
- [Commits](95e84a1a18...b610f78488 )
Updates `actions/upload-artifact` from 5 to 6
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v5...v6 )
Updates `mhils/workflows/.github/workflows/python-build.yml` from af886cbabab992a8e7db75c6af3516af2b1f5a1c to 8fe88b311a66c441e01edfebe4cd90d8a47fa335
- [Release notes](https://github.com/mhils/workflows/releases )
- [Commits](af886cbaba...8fe88b311a )
Updates `actions/cache` from 4 to 5
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v4...v5 )
Updates `actions/download-artifact` from 6 to 7
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v6...v7 )
Updates `mhils/workflows/.github/workflows/alls-green.yml` from af886cbabab992a8e7db75c6af3516af2b1f5a1c to 8fe88b311a66c441e01edfebe4cd90d8a47fa335
- [Release notes](https://github.com/mhils/workflows/releases )
- [Commits](af886cbaba...8fe88b311a )
Updates `docker/setup-buildx-action` from 3.11.1 to 3.12.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](e468171a9d...8d2750c68a )
---
updated-dependencies:
- dependency-name: mhils/workflows
dependency-version: 8fe88b311a66c441e01edfebe4cd90d8a47fa335
dependency-type: direct:production
dependency-group: github-actions
- dependency-name: apple-actions/import-codesign-certs
dependency-version: 6.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/upload-artifact
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: mhils/workflows/.github/workflows/python-build.yml
dependency-version: 8fe88b311a66c441e01edfebe4cd90d8a47fa335
dependency-type: direct:production
dependency-group: github-actions
- dependency-name: actions/cache
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/download-artifact
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: mhils/workflows/.github/workflows/alls-green.yml
dependency-version: 8fe88b311a66c441e01edfebe4cd90d8a47fa335
dependency-type: direct:production
dependency-group: github-actions
- dependency-name: docker/setup-buildx-action
dependency-version: 3.12.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>
2026-01-01 23:17:15 +01:00
dependabot[bot]
b28d62115b
Bump the github-actions group with 6 updates ( #8011 )
...
Bumps the github-actions group with 6 updates:
| Package | From | To |
| --- | --- | --- |
| [mhils/workflows](https://github.com/mhils/workflows ) | `481eaf3cc2ad8eb664a4c9a20cc635d46e02b5c6` | `af886cbabab992a8e7db75c6af3516af2b1f5a1c` |
| [mhils/workflows/.github/workflows/python-build.yml](https://github.com/mhils/workflows ) | `481eaf3cc2ad8eb664a4c9a20cc635d46e02b5c6` | `af886cbabab992a8e7db75c6af3516af2b1f5a1c` |
| [mhils/workflows/.github/workflows/alls-green.yml](https://github.com/mhils/workflows ) | `481eaf3cc2ad8eb664a4c9a20cc635d46e02b5c6` | `af886cbabab992a8e7db75c6af3516af2b1f5a1c` |
| [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) | `3.6.0` | `3.7.0` |
| [docker/metadata-action](https://github.com/docker/metadata-action ) | `5.8.0` | `5.10.0` |
| [actions/checkout](https://github.com/actions/checkout ) | `5` | `6` |
Updates `mhils/workflows` from 481eaf3cc2ad8eb664a4c9a20cc635d46e02b5c6 to af886cbabab992a8e7db75c6af3516af2b1f5a1c
- [Release notes](https://github.com/mhils/workflows/releases )
- [Commits](481eaf3cc2...af886cbaba )
Updates `mhils/workflows/.github/workflows/python-build.yml` from 481eaf3cc2ad8eb664a4c9a20cc635d46e02b5c6 to af886cbabab992a8e7db75c6af3516af2b1f5a1c
- [Release notes](https://github.com/mhils/workflows/releases )
- [Commits](481eaf3cc2...af886cbaba )
Updates `mhils/workflows/.github/workflows/alls-green.yml` from 481eaf3cc2ad8eb664a4c9a20cc635d46e02b5c6 to af886cbabab992a8e7db75c6af3516af2b1f5a1c
- [Release notes](https://github.com/mhils/workflows/releases )
- [Commits](481eaf3cc2...af886cbaba )
Updates `docker/setup-qemu-action` from 3.6.0 to 3.7.0
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](29109295f8...c7c5346462 )
Updates `docker/metadata-action` from 5.8.0 to 5.10.0
- [Release notes](https://github.com/docker/metadata-action/releases )
- [Commits](c1e51972af...c299e40c65 )
Updates `actions/checkout` from 5 to 6
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: mhils/workflows
dependency-version: af886cbabab992a8e7db75c6af3516af2b1f5a1c
dependency-type: direct:production
dependency-group: github-actions
- dependency-name: mhils/workflows/.github/workflows/python-build.yml
dependency-version: af886cbabab992a8e7db75c6af3516af2b1f5a1c
dependency-type: direct:production
dependency-group: github-actions
- dependency-name: mhils/workflows/.github/workflows/alls-green.yml
dependency-version: af886cbabab992a8e7db75c6af3516af2b1f5a1c
dependency-type: direct:production
dependency-group: github-actions
- dependency-name: docker/setup-qemu-action
dependency-version: 3.7.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: docker/metadata-action
dependency-version: 5.10.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-02 10:32:03 +01:00
Maximilian Hils
4ed781c116
CI: update macOS version ( #7957 )
2025-11-02 23:51:46 +00:00
dependabot[bot]
709f0ef019
Bump mhils/workflows from 8a2bdd081227cbdd6f5d3bbb54a759607feac0b6 to 481eaf3cc2ad8eb664a4c9a20cc635d46e02b5c6 in the github-actions group ( #7948 )
...
Bump mhils/workflows in the github-actions group
Bumps the github-actions group with 1 update: [mhils/workflows](https://github.com/mhils/workflows ).
Updates `mhils/workflows` from 8a2bdd081227cbdd6f5d3bbb54a759607feac0b6 to 481eaf3cc2ad8eb664a4c9a20cc635d46e02b5c6
- [Release notes](https://github.com/mhils/workflows/releases )
- [Commits](8a2bdd0812...481eaf3cc2 )
---
updated-dependencies:
- dependency-name: mhils/workflows
dependency-version: 481eaf3cc2ad8eb664a4c9a20cc635d46e02b5c6
dependency-type: direct:production
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-02 23:42:10 +00:00
Maximilian Hils
c7ccfd87a6
try to fix dependabot ( #7946 )
2025-11-02 23:23:55 +00:00
dependabot[bot]
7463204af8
Bump the github-actions group with 2 updates ( #7945 )
...
Bumps the github-actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact ) and [actions/download-artifact](https://github.com/actions/download-artifact ).
Updates `actions/upload-artifact` from 4 to 5
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5 )
Updates `actions/download-artifact` from 5 to 6
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/download-artifact
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-02 09:14:32 +01:00
Maximilian Hils
886055df17
Update to Python 3.14 ( #7918 )
...
* update to Python 3.14
* [autofix.ci] apply automated fixes
* fix python 3.14 compatibility
* bump minimum required zstandard version
0.15 was causing CI issues with Python 3.14.
* Revert "Bump hypothesis dependency (#7865 )"
This reverts commit 0981668515 .
windows-curses has no abi3 wheels, which blocks adoption of Python 3.14. Kill it with fire.
* remove compression from HAR tests
* add `build-essential` to build jobs
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-10-15 21:32:53 +02:00
dependabot[bot]
593a664742
Bump the github-actions group with 2 updates ( #7919 )
...
Bumps the github-actions group with 2 updates: [mhils/workflows](https://github.com/mhils/workflows ) and [actions/setup-node](https://github.com/actions/setup-node ).
Updates `mhils/workflows` from cc6add7a662663ad7ad3017a86bcb91c361c9cc9 to 8a2bdd081227cbdd6f5d3bbb54a759607feac0b6
- [Release notes](https://github.com/mhils/workflows/releases )
- [Commits](cc6add7a66...8a2bdd0812 )
Updates `actions/setup-node` from 5 to 6
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: mhils/workflows
dependency-version: 8a2bdd081227cbdd6f5d3bbb54a759607feac0b6
dependency-type: direct:production
dependency-group: github-actions
- dependency-name: actions/setup-node
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-15 17:40:38 +00:00
dependabot[bot]
5cabab0fde
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>
2025-10-09 17:52:21 +02:00
dependabot[bot]
37d1cf55cb
Bump the github-actions group with 2 updates ( #7876 )
...
Bumps the github-actions group with 2 updates: [actions/setup-node](https://github.com/actions/setup-node ) and [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance ).
Updates `actions/setup-node` from 4 to 5
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v4...v5 )
Updates `actions/attest-build-provenance` from 2 to 3
- [Release notes](https://github.com/actions/attest-build-provenance/releases )
- [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md )
- [Commits](https://github.com/actions/attest-build-provenance/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/attest-build-provenance
dependency-version: '3'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-08 14:00:09 +00:00
dependabot[bot]
52f3cf8049
Bump mhils/workflows from 2a12a934b7c0db7fddaeacd20c542bdfcf9b2a19 to 16608e9df5912db0e3ad86a9b90e25e933f2496b in the github-actions group ( #7857 )
...
Bump mhils/workflows in the github-actions group
Bumps the github-actions group with 1 update: [mhils/workflows](https://github.com/mhils/workflows ).
Updates `mhils/workflows` from 2a12a934b7c0db7fddaeacd20c542bdfcf9b2a19 to 16608e9df5912db0e3ad86a9b90e25e933f2496b
- [Release notes](https://github.com/mhils/workflows/releases )
- [Commits](2a12a934b7...16608e9df5 )
---
updated-dependencies:
- dependency-name: mhils/workflows
dependency-version: 16608e9df5912db0e3ad86a9b90e25e933f2496b
dependency-type: direct:production
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-24 17:48:05 +00:00
dependabot[bot]
b5d31f4cb8
Bump the github-actions group with 5 updates ( #7844 )
...
Bumps the github-actions group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [mhils/workflows](https://github.com/mhils/workflows ) | `3b71079cc0a3992c6e595fa78c8f79bc06b6f8d0` | `2a12a934b7c0db7fddaeacd20c542bdfcf9b2a19` |
| [apple-actions/import-codesign-certs](https://github.com/apple-actions/import-codesign-certs ) | `5.0.2` | `5.0.3` |
| [actions/download-artifact](https://github.com/actions/download-artifact ) | `4` | `5` |
| [docker/login-action](https://github.com/docker/login-action ) | `3.4.0` | `3.5.0` |
| [actions/checkout](https://github.com/actions/checkout ) | `4` | `5` |
Updates `mhils/workflows` from 3b71079cc0a3992c6e595fa78c8f79bc06b6f8d0 to 2a12a934b7c0db7fddaeacd20c542bdfcf9b2a19
- [Release notes](https://github.com/mhils/workflows/releases )
- [Commits](3b71079cc0...2a12a934b7 )
Updates `apple-actions/import-codesign-certs` from 5.0.2 to 5.0.3
- [Release notes](https://github.com/apple-actions/import-codesign-certs/releases )
- [Commits](65cfbc37e1...95e84a1a18 )
Updates `actions/download-artifact` from 4 to 5
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v4...v5 )
Updates `docker/login-action` from 3.4.0 to 3.5.0
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](74a5d14239...184bdaa072 )
Updates `actions/checkout` from 4 to 5
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: mhils/workflows
dependency-version: 2a12a934b7c0db7fddaeacd20c542bdfcf9b2a19
dependency-type: direct:production
dependency-group: github-actions
- dependency-name: apple-actions/import-codesign-certs
dependency-version: 5.0.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
- dependency-name: actions/download-artifact
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: docker/login-action
dependency-version: 3.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-24 17:24:44 +00:00
dependabot[bot]
f067c1374e
Bump docker/metadata-action from 5.7.0 to 5.8.0 in the github-actions group ( #7821 )
...
Bump docker/metadata-action in the github-actions group
Bumps the github-actions group with 1 update: [docker/metadata-action](https://github.com/docker/metadata-action ).
Updates `docker/metadata-action` from 5.7.0 to 5.8.0
- [Release notes](https://github.com/docker/metadata-action/releases )
- [Commits](902fa8ec7d...c1e51972af )
---
updated-dependencies:
- dependency-name: docker/metadata-action
dependency-version: 5.8.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>
2025-08-03 18:40:58 +02:00
dependabot[bot]
85107cda40
Bump the github-actions group with 4 updates ( #7791 )
...
Bumps the github-actions group with 4 updates: [mhils/workflows](https://github.com/mhils/workflows ), [autofix-ci/action](https://github.com/autofix-ci/action ), [apple-actions/import-codesign-certs](https://github.com/apple-actions/import-codesign-certs ) and [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ).
Updates `mhils/workflows` from 03ded8ba339159d99d08c21a4b0d1c38f3f52c3b to 3b71079cc0a3992c6e595fa78c8f79bc06b6f8d0
- [Release notes](https://github.com/mhils/workflows/releases )
- [Commits](03ded8ba33...3b71079cc0 )
Updates `autofix-ci/action` from 1.3.1 to 1.3.2
- [Release notes](https://github.com/autofix-ci/action/releases )
- [Commits](2891949f37...635ffb0c97 )
Updates `apple-actions/import-codesign-certs` from 5.0.1 to 5.0.2
- [Release notes](https://github.com/apple-actions/import-codesign-certs/releases )
- [Commits](835a122d35...65cfbc37e1 )
Updates `docker/setup-buildx-action` from 3.10.0 to 3.11.1
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](b5ca514318...e468171a9d )
---
updated-dependencies:
- dependency-name: mhils/workflows
dependency-version: 3b71079cc0a3992c6e595fa78c8f79bc06b6f8d0
dependency-type: direct:production
dependency-group: github-actions
- dependency-name: autofix-ci/action
dependency-version: 1.3.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
- dependency-name: apple-actions/import-codesign-certs
dependency-version: 5.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
- dependency-name: docker/setup-buildx-action
dependency-version: 3.11.1
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>
2025-07-13 20:57:22 +00:00
Estevão Lobo
b709903d81
chore: update deprecated windows-2019 github runner image ( #7801 )
...
* chore: update deprecated windows-2019 github runner image
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-07-13 22:50:52 +02:00
dependabot[bot]
5390f3ebf6
Bump mhils/workflows from b71b699e73564a34763a256b9efc8139a5d1c3fd to 03ded8ba339159d99d08c21a4b0d1c38f3f52c3b in the github-actions group ( #7751 )
...
Bump mhils/workflows in the github-actions group
Bumps the github-actions group with 1 update: [mhils/workflows](https://github.com/mhils/workflows ).
Updates `mhils/workflows` from b71b699e73564a34763a256b9efc8139a5d1c3fd to 03ded8ba339159d99d08c21a4b0d1c38f3f52c3b
- [Release notes](https://github.com/mhils/workflows/releases )
- [Commits](b71b699e73...03ded8ba33 )
---
updated-dependencies:
- dependency-name: mhils/workflows
dependency-version: 03ded8ba339159d99d08c21a4b0d1c38f3f52c3b
dependency-type: direct:production
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-04 10:44:30 +02:00
dependabot[bot]
a74ebbbb22
Bump the github-actions group with 3 updates ( #7744 )
...
Bumps the github-actions group with 3 updates: [mhils/workflows](https://github.com/mhils/workflows ), [apple-actions/import-codesign-certs](https://github.com/apple-actions/import-codesign-certs ) and [docker/build-push-action](https://github.com/docker/build-push-action ).
Updates `mhils/workflows` from 0880de3f0d9875bfccf8ddd50c6c991d709bc812 to b71b699e73564a34763a256b9efc8139a5d1c3fd
- [Release notes](https://github.com/mhils/workflows/releases )
- [Commits](0880de3f0d...b71b699e73 )
Updates `apple-actions/import-codesign-certs` from 5.0.0 to 5.0.1
- [Release notes](https://github.com/apple-actions/import-codesign-certs/releases )
- [Commits](cfd6eb39a2...835a122d35 )
Updates `docker/build-push-action` from 6.16.0 to 6.18.0
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](14487ce63c...263435318d )
---
updated-dependencies:
- dependency-name: mhils/workflows
dependency-version: b71b699e73564a34763a256b9efc8139a5d1c3fd
dependency-type: direct:production
dependency-group: github-actions
- dependency-name: apple-actions/import-codesign-certs
dependency-version: 5.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
- dependency-name: docker/build-push-action
dependency-version: 6.18.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>
2025-05-30 23:17:08 +02:00
dependabot[bot]
010fc99f46
Bump docker/build-push-action from 6.15.0 to 6.16.0 in the github-actions group ( #7683 )
...
Bump docker/build-push-action in the github-actions group
Bumps the github-actions group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action ).
Updates `docker/build-push-action` from 6.15.0 to 6.16.0
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](471d1dc4e0...14487ce63c )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-version: 6.16.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>
2025-05-02 12:16:13 +02:00
Jordan Adams
ce151531f8
Add CRL to dummy certs ( #7609 )
...
Co-authored-by: Gabriel Huber <mail@gabrielhuber.at>
Co-authored-by: Maximilian Hils <git@maximilianhils.com>
2025-04-22 15:29:41 +02:00
Maximilian Hils
d0a35dcf9b
introduce new contentview API ( #7623 )
2025-04-21 14:56:58 +02:00
Maximilian Hils
f29f146ed1
switch to uv ( #7662 )
2025-04-16 18:38:35 +02:00
dependabot[bot]
b9e2050b4a
Bump the github-actions group with 2 updates ( #7634 )
...
Bumps the github-actions group with 2 updates: [apple-actions/import-codesign-certs](https://github.com/apple-actions/import-codesign-certs ) and [docker/login-action](https://github.com/docker/login-action ).
Updates `apple-actions/import-codesign-certs` from 3 to 5
- [Release notes](https://github.com/apple-actions/import-codesign-certs/releases )
- [Commits](63fff01cd4...cfd6eb39a2 )
Updates `docker/login-action` from 3.3.0 to 3.4.0
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](9780b0c442...74a5d14239 )
---
updated-dependencies:
- dependency-name: apple-actions/import-codesign-certs
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: docker/login-action
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>
2025-04-02 07:54:37 +02:00
Maximilian Hils
63a0b8d149
New Docs Layout ( #7593 )
...
* wip
* wip
* docs: improve content structure
* make menu collapsible
* move anchor to the end of the heading
* layout fixes
* avoid menu items with the same name
* wip
* add CHANGELOG entry
* [autofix.ci] apply automated fixes
* fixup
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-03-09 10:54:14 +01:00
dependabot[bot]
b8df6c01f2
Bump the github-actions group with 5 updates ( #7585 )
...
Bumps the github-actions group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [mhils/workflows](https://github.com/mhils/workflows ) | `16` | `17` |
| [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) | `3.3.0` | `3.6.0` |
| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) | `3.8.0` | `3.10.0` |
| [docker/metadata-action](https://github.com/docker/metadata-action ) | `5.6.1` | `5.7.0` |
| [docker/build-push-action](https://github.com/docker/build-push-action ) | `6.13.0` | `6.15.0` |
Updates `mhils/workflows` from 16 to 17
- [Release notes](https://github.com/mhils/workflows/releases )
- [Commits](34e9a0dabe...84f586083d )
Updates `docker/setup-qemu-action` from 3.3.0 to 3.6.0
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](53851d1459...29109295f8 )
Updates `docker/setup-buildx-action` from 3.8.0 to 3.10.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](6524bf65af...b5ca514318 )
Updates `docker/metadata-action` from 5.6.1 to 5.7.0
- [Release notes](https://github.com/docker/metadata-action/releases )
- [Commits](369eb591f4...902fa8ec7d )
Updates `docker/build-push-action` from 6.13.0 to 6.15.0
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](ca877d9245...471d1dc4e0 )
---
updated-dependencies:
- dependency-name: mhils/workflows
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: docker/setup-qemu-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: docker/metadata-action
dependency-type: direct:production
update-type: version-update:semver-minor
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-03 19:45:50 +01:00
Maximilian Hils
8d96ce7824
Fix CI: actually test on older Python versions ( #7586 )
...
* actually test on older Python versions
* fix tests on Python 3.12
2025-03-01 22:57:48 +00:00
Maximilian Hils
aa12372335
work around cloudflare bugs
2025-02-06 01:33:17 +01:00
dependabot[bot]
608ae612a4
Bump the github-actions group with 3 updates ( #7532 )
...
Bumps the github-actions group with 3 updates: [mhils/workflows](https://github.com/mhils/workflows ), [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) and [docker/build-push-action](https://github.com/docker/build-push-action ).
Updates `mhils/workflows` from 15 to 16
- [Release notes](https://github.com/mhils/workflows/releases )
- [Commits](0d7c124fff...34e9a0dabe )
Updates `docker/setup-qemu-action` from 3.2.0 to 3.3.0
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](49b3bc8e6b...53851d1459 )
Updates `docker/build-push-action` from 6.10.0 to 6.13.0
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](48aba3b46d...ca877d9245 )
---
updated-dependencies:
- dependency-name: mhils/workflows
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: docker/setup-qemu-action
dependency-type: direct:production
update-type: version-update:semver-minor
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-02 00:12:16 +01:00
Maximilian Hils
2f4a5062b9
Build arm64 binaries ( #7484 )
...
* ci: unify job actions, pin more things
* ci: build linux arm64 binaries
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-01-16 21:37:30 +01:00
dependabot[bot]
416caf40ec
Bump the github-actions group with 3 updates ( #7447 )
...
Bumps the github-actions group with 3 updates: [mhils/workflows](https://github.com/mhils/workflows ), [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) and [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance ).
Updates `mhils/workflows` from 12 to 15
- [Release notes](https://github.com/mhils/workflows/releases )
- [Commits](https://github.com/mhils/workflows/compare/v12...v15 )
Updates `docker/setup-buildx-action` from 3.7.1 to 3.8.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](c47758b77c...6524bf65af )
Updates `actions/attest-build-provenance` from 1 to 2
- [Release notes](https://github.com/actions/attest-build-provenance/releases )
- [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md )
- [Commits](https://github.com/actions/attest-build-provenance/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: mhils/workflows
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: actions/attest-build-provenance
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-06 16:01:24 +01:00
Maximilian Hils
617806ca6b
try to fix dependabot
2025-01-06 15:37:36 +01:00
Maximilian Hils
6e4cb235fd
require Python 3.12+ ( #7440 )
2025-01-06 09:02:51 +00:00
Maximilian Hils
db32f1a908
fix CI: use Ubuntu 22.04 for deploy jobs ( #7417 )
2024-12-28 13:24:33 +00:00
Maximilian Hils
d51df5f896
fix docs CI
2024-12-05 10:27:21 +01:00
Alex Hedges
af8d5b9ce6
Fix Hugo deprecation error ( #7372 )
...
* Update Hugo installed in CI from `v0.92.1` to `v0.139.3`
The version in CI is close to 3 years old, which means it does not
encounter the same problems that newer installations of Hugo do.
* Fix Hugo deprecation error
I got the following error when building the documentation with Hugo
`v0.139.3`:
```
ERROR deprecated: data.GetJSON was deprecated in Hugo v0.123.0 and will be removed in Hugo 0.140.0. use resources.Get or resources.GetRemote with transform.Unmarshal.
```
I fixed the error by implementing the change the error recommended.
2024-12-04 09:41:45 +01:00
dependabot[bot]
d4b792f12e
Bump the github-actions group with 5 updates ( #7367 )
...
Bumps the github-actions group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [autofix-ci/action](https://github.com/autofix-ci/action ) | `dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a` | `ff86a557419858bb967097bfc916833f5647fa8c` |
| [mhils/workflows](https://github.com/mhils/workflows ) | `11` | `12` |
| [codecov/codecov-action](https://github.com/codecov/codecov-action ) | `4` | `5` |
| [docker/metadata-action](https://github.com/docker/metadata-action ) | `5.5.1` | `5.6.1` |
| [docker/build-push-action](https://github.com/docker/build-push-action ) | `6.9.0` | `6.10.0` |
Updates `autofix-ci/action` from dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a to ff86a557419858bb967097bfc916833f5647fa8c
- [Release notes](https://github.com/autofix-ci/action/releases )
- [Commits](dd55f44df8...ff86a55741 )
Updates `mhils/workflows` from 11 to 12
- [Release notes](https://github.com/mhils/workflows/releases )
- [Commits](https://github.com/mhils/workflows/compare/v11...v12 )
Updates `codecov/codecov-action` from 4 to 5
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v4...v5 )
Updates `docker/metadata-action` from 5.5.1 to 5.6.1
- [Release notes](https://github.com/docker/metadata-action/releases )
- [Commits](8e5442c4ef...369eb591f4 )
Updates `docker/build-push-action` from 6.9.0 to 6.10.0
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](4f58ea7922...48aba3b46d )
---
updated-dependencies:
- dependency-name: autofix-ci/action
dependency-type: direct:production
dependency-group: github-actions
- dependency-name: mhils/workflows
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: docker/metadata-action
dependency-type: direct:production
update-type: version-update:semver-minor
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-02 07:13:06 +01:00
dependabot[bot]
bf85276752
Bump the github-actions group with 2 updates ( #7299 )
...
Bumps the github-actions group with 2 updates: [mhils/workflows](https://github.com/mhils/workflows ) and [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ).
Updates `mhils/workflows` from 10 to 11
- [Release notes](https://github.com/mhils/workflows/releases )
- [Commits](https://github.com/mhils/workflows/compare/v10...v11 )
Updates `docker/setup-buildx-action` from 3.6.1 to 3.7.1
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](988b5a0280...c47758b77c )
---
updated-dependencies:
- dependency-name: mhils/workflows
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: docker/setup-buildx-action
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>
2024-11-01 23:56:22 +01:00
Maximilian Hils
69f455b962
Add tun proxy mode on Linux ( #7278 )
...
* simplify stream handling callback
* add `tun` proxy mode from mitmproxy_rs
* tun mode: tests++
* [autofix.ci] apply automated fixes
* bump mitmproxy_rs
* fix bugs
* ci: use macOS 13 for builds as 12 is being phased out
* test debugging
* bump mitmproxy_rs
* bump python version in ci, 3.13 is stable now
* nits
* is unshare to blame?
* how about this?
* coverage++
* [autofix.ci] apply automated fixes
* debüg
* debüüg
* debüüüg
* bump mitmproxy_rs
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-10-29 02:34:39 +05:30
dependabot[bot]
a18902481b
Bump docker/build-push-action from 6.7.0 to 6.9.0 in the github-actions group ( #7216 )
...
Bump docker/build-push-action in the github-actions group
Bumps the github-actions group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action ).
Updates `docker/build-push-action` from 6.7.0 to 6.9.0
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](5cd11c3a4c...4f58ea7922 )
---
updated-dependencies:
- 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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-02 09:10:39 -04:00
Maximilian Hils
4be97958cf
bump mitmproxy_rs ( #7165 )
...
* bump mitmproxy_rs
* Update pyproject.toml
* don't build github web ui branches
2024-09-06 10:07:45 +00:00
dependabot[bot]
a5b5963d8c
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>
2024-09-01 23:22:10 +02:00
Maximilian Hils
8f5540d073
Add Support for Python 3.13 ( #6934 )
...
* add support for Python 3.13
* bump pyinstaller
* fix tests
2024-08-13 23:35:16 +05:30
dependabot[bot]
e8e07b220e
Bump the github-actions group with 2 updates ( #7068 )
...
Bumps the github-actions group with 2 updates: [mhils/workflows](https://github.com/mhils/workflows ) and [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ).
Updates `mhils/workflows` from 7 to 8
- [Release notes](https://github.com/mhils/workflows/releases )
- [Commits](https://github.com/mhils/workflows/compare/v7...v8 )
Updates `docker/setup-buildx-action` from 3.6.0 to 3.6.1
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](3d68780484...988b5a0280 )
---
updated-dependencies:
- dependency-name: mhils/workflows
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-02 09:46:54 +02:00
Maximilian Hils
ef0f90cf40
fixup CI job condition
2024-07-29 20:43:50 +02:00
Maximilian Hils
1a547d2da8
CI: Deploy to GitHub Container Registry, streamline builds ( #7061 )
2024-07-29 18:11:41 +00:00
dependabot[bot]
5b16adeeff
Bump docker/setup-buildx-action from 3.5.0 to 3.6.0 in the github-actions group ( #7060 )
...
Bump docker/setup-buildx-action in the github-actions group
Bumps the github-actions group with 1 update: [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ).
Updates `docker/setup-buildx-action` from 3.5.0 to 3.6.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](aa33708b10...3d68780484 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
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>
2024-07-29 17:29:43 +02:00
dependabot[bot]
c632295e6e
Bump the github-actions group with 2 updates ( #7046 )
...
Bumps the github-actions group with 2 updates: [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) and [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ).
Updates `docker/setup-qemu-action` from 3.0.0 to 3.2.0
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](68827325e0...49b3bc8e6b )
Updates `docker/setup-buildx-action` from 3.3.0 to 3.5.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](d70bba72b1...aa33708b10 )
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: docker/setup-buildx-action
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>
2024-07-29 11:58:27 +00:00
Maximilian Hils
59fbbdc4b2
autofix: eslint shouldn't abort the entire fixing process.
2024-07-09 20:58:46 +02:00