From 7eb1418ddec879a93fe91c451624b019f8b3a991 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 18:25:40 +0000 Subject: [PATCH] chore(deps): bump actions/attest from 4.1.0 to 4.1.1 Bumps [actions/attest](https://github.com/actions/attest) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/actions/attest/releases) - [Changelog](https://github.com/actions/attest/blob/main/RELEASE.md) - [Commits](https://github.com/actions/attest/compare/59d89421af93a897026c735860bf21b6eb4f7b26...a1948c3f048ba23858d222213b7c278aabede763) --- updated-dependencies: - dependency-name: actions/attest dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release-dev.yml | 2 +- .github/workflows/release-tag.yml | 2 +- .github/workflows/release-vm-kernel.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-dev.yml b/.github/workflows/release-dev.yml index d1e0291..265b5bb 100644 --- a/.github/workflows/release-dev.yml +++ b/.github/workflows/release-dev.yml @@ -850,7 +850,7 @@ jobs: cat release/openshell.rb - name: Attest VM driver artifacts - uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4 + uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4 with: subject-path: | release/openshell-driver-vm-x86_64-unknown-linux-gnu.tar.gz diff --git a/.github/workflows/release-tag.yml b/.github/workflows/release-tag.yml index 01e9a6b..f5854be 100644 --- a/.github/workflows/release-tag.yml +++ b/.github/workflows/release-tag.yml @@ -937,7 +937,7 @@ jobs: cat release/openshell.rb - name: Attest VM driver artifacts - uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4 + uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4 with: subject-path: | release/*.tar.gz diff --git a/.github/workflows/release-vm-kernel.yml b/.github/workflows/release-vm-kernel.yml index 783bc24..577ec63 100644 --- a/.github/workflows/release-vm-kernel.yml +++ b/.github/workflows/release-vm-kernel.yml @@ -186,7 +186,7 @@ jobs: merge-multiple: true - name: Attest VM runtime artifacts - uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4 + uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4 with: subject-path: | release/vm-runtime-linux-aarch64.tar.zst