From 3782aa3e788f448b06ba88105ae89af46ea1d2a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 02:03:20 +0000 Subject: [PATCH] Bump actions/attest from 4.1.1 to 4.2.2 Bumps [actions/attest](https://github.com/actions/attest) from 4.1.1 to 4.2.2. - [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/a1948c3f048ba23858d222213b7c278aabede763...1e69f48acb82d1966a394da916b4c1698aa569d6) --- updated-dependencies: - dependency-name: actions/attest dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/source-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/source-ci.yml b/.github/workflows/source-ci.yml index f325594..46de4a8 100644 --- a/.github/workflows/source-ci.yml +++ b/.github/workflows/source-ci.yml @@ -305,27 +305,27 @@ jobs: - name: Attest source SBOM id: sbom-attestation - uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1 + uses: actions/attest@1e69f48acb82d1966a394da916b4c1698aa569d6 # v4.2.2 with: subject-path: ${{ steps.source-archive.outputs.archive-path }} sbom-path: evidence/codex-home-manager-source-${{ github.sha }}.cdx.json - name: Attest binary SBOM id: binary-sbom-attestation - uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1 + uses: actions/attest@1e69f48acb82d1966a394da916b4c1698aa569d6 # v4.2.2 with: subject-checksums: ${{ runner.temp }}/windows-release-evidence/BINARY-SBOM-SUBJECTS.txt sbom-path: ${{ runner.temp }}/windows-release-evidence/codex-home-manager-windows-x64-${{ github.sha }}.cdx.json - name: Attest CI evidence provenance id: provenance-attestation - uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1 + uses: actions/attest@1e69f48acb82d1966a394da916b4c1698aa569d6 # v4.2.2 with: subject-checksums: evidence/SHA256SUMS.txt - name: Attest binary provenance id: binary-provenance-attestation - uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1 + uses: actions/attest@1e69f48acb82d1966a394da916b4c1698aa569d6 # v4.2.2 with: subject-checksums: ${{ runner.temp }}/windows-release-evidence/BINARY-PROVENANCE-SUBJECTS.txt