Skip to content

Commit d61dcc7

Browse files
build(deps): Bump actions/attest-build-provenance from 1.3.2 to 1.3.3
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 1.3.2 to 1.3.3. - [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@bdd5137...5e9cb68) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3ab3f2e commit d61dcc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
annotation-index.org.opencontainers.image.version=${{ steps.data.outputs.version }}"
167167

168168
- name: Upload attestation
169-
uses: actions/attest-build-provenance@bdd51370e0416ac948727f861e03c2f05d32d78e # v1.3.2
169+
uses: actions/attest-build-provenance@5e9cb68e95676991667494a6a4e59b8a2f13e1d0 # v1.3.3
170170
if: ${{ github.event.inputs.push == 'true' }}
171171
with:
172172
subject-name: ${{ env.REPO }}:${{ github.event.inputs.tag }}

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@ jobs:
9191
token: ${{ secrets.GITHUB_TOKEN }}
9292

9393
- name: Attest release
94-
uses: actions/attest-build-provenance@bdd51370e0416ac948727f861e03c2f05d32d78e # v1.3.2
94+
uses: actions/attest-build-provenance@5e9cb68e95676991667494a6a4e59b8a2f13e1d0 # v1.3.3
9595
with:
9696
subject-path: "${{ github.workspace }}//local-app"

0 commit comments

Comments
 (0)