From 8f790fe44cf128d48a5fb58ac142fd2bac83f616 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 00:05:29 +0000 Subject: [PATCH] Bump mozilla/ssdlc-actions/.github/workflows/ssdlc-sbom.yml Bumps [mozilla/ssdlc-actions/.github/workflows/ssdlc-sbom.yml](https://github.com/mozilla/ssdlc-actions) from 5cc2b20e42d53d1643853f12244fbec9ed2f2e0c to 67469fc3fe171a60e2bf7b6911167812a23c6325. - [Release notes](https://github.com/mozilla/ssdlc-actions/releases) - [Commits](https://github.com/mozilla/ssdlc-actions/compare/5cc2b20e42d53d1643853f12244fbec9ed2f2e0c...67469fc3fe171a60e2bf7b6911167812a23c6325) --- updated-dependencies: - dependency-name: mozilla/ssdlc-actions/.github/workflows/ssdlc-sbom.yml dependency-version: 67469fc3fe171a60e2bf7b6911167812a23c6325 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/sbom.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sbom.yml b/.github/workflows/sbom.yml index 7f0a0b9..58a2459 100644 --- a/.github/workflows/sbom.yml +++ b/.github/workflows/sbom.yml @@ -14,6 +14,6 @@ permissions: jobs: sbom: - uses: mozilla/ssdlc-actions/.github/workflows/ssdlc-sbom.yml@5cc2b20e42d53d1643853f12244fbec9ed2f2e0c + uses: mozilla/ssdlc-actions/.github/workflows/ssdlc-sbom.yml@67469fc3fe171a60e2bf7b6911167812a23c6325 with: sbom_name: ${{ github.event.release.tag_name || github.sha }}