From eaf8d69dbcce2fd699131fac2fb8edf8c49c81c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 14:38:53 +0000 Subject: [PATCH] Bump actions/attest Bumps [actions/attest](https://github.com/actions/attest) from f6bf1532d7d6793fce74eac584813a8eee607999 to a1948c3f048ba23858d222213b7c278aabede763. - [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/f6bf1532d7d6793fce74eac584813a8eee607999...a1948c3f048ba23858d222213b7c278aabede763) --- updated-dependencies: - dependency-name: actions/attest dependency-version: a1948c3f048ba23858d222213b7c278aabede763 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 55564e0..40cc10a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -169,7 +169,7 @@ jobs: - name: Attest downloadable artifacts if: github.event.repository.private == false - uses: actions/attest@f6bf1532d7d6793fce74eac584813a8eee607999 # v4 + uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4 with: subject-path: | artifacts/release/streamarr-jellyfin-*.zip @@ -245,7 +245,7 @@ jobs: - name: Attest published image if: github.event.repository.private == false - uses: actions/attest@f6bf1532d7d6793fce74eac584813a8eee607999 # v4 + uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4 with: subject-name: ${{ steps.image.outputs.name }} subject-digest: ${{ steps.push.outputs.digest }}