Skip to content

Commit 2fa598f

Browse files
chore(deps): bump actions/attest-build-provenance
Bumps the github-actions group with 1 update: [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance). Updates `actions/attest-build-provenance` from 3.0.0 to 3.1.0 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@977bb37...00014ed) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 49f2f36 commit 2fa598f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
cache-to: type=gha,mode=max
5858

5959
- name: Attest container image
60-
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
60+
uses: actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1.0
6161
with:
6262
subject-digest: ${{steps.docker-build-push.outputs.digest}}
6363
subject-name: ghcr.io/${{github.repository}}-backend
@@ -109,7 +109,7 @@ jobs:
109109
cache-to: type=gha,mode=max
110110

111111
- name: Attest container image
112-
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
112+
uses: actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1.0
113113
with:
114114
subject-digest: ${{steps.docker-build-push.outputs.digest}}
115115
subject-name: ghcr.io/${{github.repository}}-frontend

0 commit comments

Comments
 (0)