Skip to content

Commit e0effe9

Browse files
authored
Merge pull request #847 from Automattic/dependabot/github_actions/dot-github/actions/build-docker-image/actions/attest-sbom-1.4.0
chore(deps): Bump actions/attest-sbom from 1.3.3 to 1.4.0 in /.github/actions/build-docker-image
2 parents d0c4086 + 2ac91f0 commit e0effe9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/build-docker-image/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ runs:
9393
if: inputs.push == 'true'
9494

9595
- name: Attest SBOM
96-
uses: actions/attest-sbom@6d7733f629ce1368bd053e269afa8041a98a2b98 # v1.3.3
96+
uses: actions/attest-sbom@f19ab44411e02574a74181cec8eb584319d0f779 # v1.4.0
9797
with:
9898
subject-name: ${{ steps.imagename.outputs.image_name }}
9999
subject-digest: ${{ steps.push.outputs.digest }}
@@ -102,7 +102,7 @@ runs:
102102
if: inputs.push == 'true'
103103

104104
- name: Attest provenance
105-
uses: actions/attest-build-provenance@5e9cb68e95676991667494a6a4e59b8a2f13e1d0 # v1.3.3
105+
uses: actions/attest-build-provenance@210c1913531870065f03ce1f9440dd87bc0938cd # v1.4.0
106106
with:
107107
subject-name: ${{ steps.imagename.outputs.image_name }}
108108
subject-digest: ${{ steps.push.outputs.digest }}

0 commit comments

Comments
 (0)