From 2482f5e355991939f386fecc0c82086b577d07b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 22:53:45 +0000 Subject: [PATCH] chore(deps): bump actions/attest in the actions-minor-patch group Bumps the actions-minor-patch group with 1 update: [actions/attest](https://github.com/actions/attest). Updates `actions/attest` from 4.1.1 to 4.2.0 - [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...f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6) --- updated-dependencies: - dependency-name: actions/attest dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/docker.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 10c69de..4c17002 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -455,7 +455,7 @@ jobs: if: >- needs.publish-gate.outputs.release_is_public != 'true' && steps.image-provenance.outputs.present != 'true' - uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1 + uses: actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0 with: subject-name: ${{ needs.publish-gate.outputs.image }} subject-digest: ${{ steps.select-image.outputs.digest }} @@ -489,7 +489,7 @@ jobs: if: >- needs.publish-gate.outputs.release_is_public != 'true' && steps.image-sbom.outputs.present != 'true' - uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1 + uses: actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0 with: subject-name: ${{ needs.publish-gate.outputs.image }} subject-digest: ${{ steps.select-image.outputs.digest }} @@ -733,7 +733,7 @@ jobs: if: >- needs.publish-gate.outputs.release_is_public != 'true' && steps.binary-provenance.outputs.present != 'true' - uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1 + uses: actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0 with: subject-path: notify/dist/vaultsync-notify_* @@ -765,7 +765,7 @@ jobs: if: >- needs.publish-gate.outputs.release_is_public != 'true' && steps.binary-sbom.outputs.present != 'true' - uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1 + uses: actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0 with: subject-path: notify/dist/vaultsync-notify_* sbom-path: notify/dist/SBOM.spdx.json