Skip to content

Commit 8836460

Browse files
authored
Merge pull request #229 from amazeeio/dependabot/github_actions/github-actions-a5f6d4203d
chore(deps): bump actions/attest-build-provenance from 3.0.0 to 3.1.0 in the github-actions group
2 parents 136757b + 2fa598f commit 8836460

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)