Skip to content

Commit 146801f

Browse files
authored
Merge pull request #975 from Automattic/dependabot/github_actions/dot-github/actions/build-docker-image/anchore/sbom-action-0.17.8
chore(deps): Bump anchore/sbom-action from 0.17.7 to 0.17.8 in /.github/actions/build-docker-image
2 parents b0077da + 3bb1b87 commit 146801f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ runs:
101101
run: echo "image_name=$(echo "${{ inputs.primaryTag }}" | cut -d ':' -f 1)" >> "${GITHUB_OUTPUT}"
102102

103103
- name: Generate SBOM
104-
uses: anchore/sbom-action@fc46e51fd3cb168ffb36c6d1915723c47db58abb # v0.17.7
104+
uses: anchore/sbom-action@55dc4ee22412511ee8c3142cbea40418e6cec693 # v0.17.8
105105
with:
106106
image: ${{ inputs.primaryTag }}
107107
format: 'cyclonedx-json'

0 commit comments

Comments
 (0)