diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index b8f8069dea..ef366657fc 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@56d5ed4247deb3d0b11f7a6aec5a1a9f580ccde5 + - uses: systemd/mkosi@9a28ad20bbea61894ea7b971d318a71f4374cf3b # 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 02526f0534..661b1b8572 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@56d5ed4247deb3d0b11f7a6aec5a1a9f580ccde5 + - uses: systemd/mkosi@9a28ad20bbea61894ea7b971d318a71f4374cf3b - 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 320821d1ab..c271a31242 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@56d5ed4247deb3d0b11f7a6aec5a1a9f580ccde5 + - uses: systemd/mkosi@9a28ad20bbea61894ea7b971d318a71f4374cf3b # 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