From f53e8fc1ab55036f66bd76bbba6f5957c6fcaadd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 06:44:24 +0000 Subject: [PATCH] Bump actions/attest-sbom from 2.2.0 to 4.1.0 Bumps [actions/attest-sbom](https://github.com/actions/attest-sbom) from 2.2.0 to 4.1.0. - [Release notes](https://github.com/actions/attest-sbom/releases) - [Changelog](https://github.com/actions/attest-sbom/blob/main/RELEASE.md) - [Commits](https://github.com/actions/attest-sbom/compare/115c3be05ff3974bcbd596578934b3f9ce39bf68...c604332985a26aa8cf1bdc465b92731239ec6b9e) --- updated-dependencies: - dependency-name: actions/attest-sbom dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-provenance.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-provenance.yml b/.github/workflows/release-provenance.yml index 1ac73bb..268bf63 100644 --- a/.github/workflows/release-provenance.yml +++ b/.github/workflows/release-provenance.yml @@ -129,7 +129,7 @@ jobs: - name: Attest SBOM id: attest_sbom continue-on-error: true - uses: actions/attest-sbom@115c3be05ff3974bcbd596578934b3f9ce39bf68 # v2.2.0 + uses: actions/attest-sbom@c604332985a26aa8cf1bdc465b92731239ec6b9e # v4.1.0 with: subject-path: dist/provenance/sbom/pcs-core.cdx.json sbom-path: dist/provenance/sbom/pcs-core.cdx.json diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8773bb0..dddad93 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -470,7 +470,7 @@ jobs: - name: Attest SBOM id: attest_sbom continue-on-error: true - uses: actions/attest-sbom@115c3be05ff3974bcbd596578934b3f9ce39bf68 # v2.2.0 + uses: actions/attest-sbom@c604332985a26aa8cf1bdc465b92731239ec6b9e # v4.1.0 with: subject-path: dist/provenance/sbom/pcs-core.cdx.json sbom-path: dist/provenance/sbom/pcs-core.cdx.json