From 22e812e01ceede9c89d95106ee84af99751cd0c1 Mon Sep 17 00:00:00 2001 From: Viacheslav Vasilyev Date: Tue, 15 Jul 2025 12:44:14 +0100 Subject: [PATCH 1/3] Update README.md Get rid of plist file too Signed-off-by: Viacheslav Vasilyev --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e1a5978..5af303a 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ To uninstall the launchd service: ```bash sudo make uninstall.launchd +sudo make uninstall.launchd.plist ```

From ffbfed43bdcbb317f77cbb7bb2a97b8bc28e4bd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 18:12:02 +0000 Subject: [PATCH 2/3] Bump actions/attest-build-provenance from 2.4.0 to 3.0.0 Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 2.4.0 to 3.0.0. - [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/e8998f949152b193b063cb0ec769d69d929409be...977bb373ede98d70efdf65b84cb5f73e068dcc2a) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: Viacheslav Vasilyev --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2f85ef2..7103f00 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -67,7 +67,7 @@ jobs: gh attestation verify socket_vmnet-${version}-x86_64.tar.gz --owner lima-vm \`\`\` EOF - - uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0 + - uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0 if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') with: subject-path: _artifacts/* From ad40cf6e7161243061d1f7b7b3dbe5fbbb6c052f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 00:49:27 +0000 Subject: [PATCH 3/3] Bump actions/checkout from 4.2.2 to 5.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0. - [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/11bd71901bbe5b1630ceea73d27597364c9af683...08c6903cd8c0fde910a37f88322edcfb5dd907a8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: Viacheslav Vasilyev --- .github/workflows/build.yaml | 4 ++-- .github/workflows/lima.yaml | 2 +- .github/workflows/qemu.yaml | 2 +- .github/workflows/release.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4575860..8477a59 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -18,7 +18,7 @@ jobs: runs-on: macos-15 timeout-minutes: 10 steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: fetch-depth: 1 @@ -57,7 +57,7 @@ jobs: runs-on: ${{ matrix.platform }} timeout-minutes: 10 steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: fetch-depth: 1 - name: Build diff --git a/.github/workflows/lima.yaml b/.github/workflows/lima.yaml index 24c7795..26200c6 100644 --- a/.github/workflows/lima.yaml +++ b/.github/workflows/lima.yaml @@ -25,7 +25,7 @@ jobs: # unlikely to succeed. timeout-minutes: 20 steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: fetch-depth: 1 - name: Show host info diff --git a/.github/workflows/qemu.yaml b/.github/workflows/qemu.yaml index 19d02f6..3cf1d9c 100644 --- a/.github/workflows/qemu.yaml +++ b/.github/workflows/qemu.yaml @@ -26,7 +26,7 @@ jobs: runs-on: ${{ matrix.platform }} timeout-minutes: 10 steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: fetch-depth: 1 - name: Show host info diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7103f00..3101cdc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,7 +28,7 @@ jobs: attestations: write # for provenances timeout-minutes: 20 steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: # https://github.com/reproducible-containers/repro-get/issues/3 fetch-depth: 0