diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index f9195e1811f..618abeb9b63 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd with: persist-credentials: false - - uses: systemd/mkosi@444d247d1a1328bcfb84a945e84959bd4bd0e02d + - uses: systemd/mkosi@1f811f0524be3096872e79161c8e6ab3e7c2bb1f # Freeing up disk space with rm -rf can take multiple minutes. Since we don't need the extra free space # immediately, we remove the files in the background. However, we first move them to a different location diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 96ed7dec965..ef82b4465f1 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -40,7 +40,7 @@ jobs: GITHUB_ACTIONS_CONFIG_FILE: actionlint.yml ENABLE_GITHUB_PULL_REQUEST_SUMMARY_COMMENT: false - - uses: systemd/mkosi@444d247d1a1328bcfb84a945e84959bd4bd0e02d + - uses: systemd/mkosi@1f811f0524be3096872e79161c8e6ab3e7c2bb1f - name: Check that tabs are not used in Python code run: sh -c '! git grep -P "\\t" -- src/core/generate-bpf-delegate-configs.py src/boot/generate-hwids-section.py src/ukify/ukify.py test/integration-tests/integration-test-wrapper.py' diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index 2895b427728..3d284df0569 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -169,7 +169,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd with: persist-credentials: false - - uses: systemd/mkosi@444d247d1a1328bcfb84a945e84959bd4bd0e02d + - uses: systemd/mkosi@1f811f0524be3096872e79161c8e6ab3e7c2bb1f # Freeing up disk space with rm -rf can take multiple minutes. Since we don't need the extra free space # immediately, we remove the files in the background. However, we first move them to a different location diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index af265e33ac4..a1a1eaeb5f4 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -66,7 +66,7 @@ jobs: with: persist-credentials: false - - uses: systemd/mkosi@444d247d1a1328bcfb84a945e84959bd4bd0e02d + - uses: systemd/mkosi@1f811f0524be3096872e79161c8e6ab3e7c2bb1f - name: Install apk # ubuntu-24.04 doesn't package apk, so fetch the official statically-linked binary from diff --git a/mkosi/mkosi.conf b/mkosi/mkosi.conf index d539b65e00d..a35548b90f3 100644 --- a/mkosi/mkosi.conf +++ b/mkosi/mkosi.conf @@ -1,7 +1,7 @@ # SPDX-License-Identifier: LGPL-2.1-or-later [Config] -MinimumVersion=commit:444d247d1a1328bcfb84a945e84959bd4bd0e02d +MinimumVersion=commit:1f811f0524be3096872e79161c8e6ab3e7c2bb1f Dependencies= minimal-base minimal-0