Skip to content

Commit 73de248

Browse files
chore(deps): bump anchore/sbom-action from 0.17.0 to 0.22.2 (#599)
Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.17.0 to 0.22.2. - [Release notes](https://github.com/anchore/sbom-action/releases) - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md) - [Commits](anchore/sbom-action@d94f46e...28d7154) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-version: 0.22.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a4941af commit 73de248

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
ghcr.io/${{ github.repository }}/squid@${{ steps.build_squid.outputs.digest }}
7878
7979
- name: Generate SBOM for Squid image
80-
uses: anchore/sbom-action@d94f46e13c6c62f59525ac9a1e147a99dc0b9bf5 # v0.17.0
80+
uses: anchore/sbom-action@28d71544de8eaf1b958d335707167c5f783590ad # v0.22.2
8181
with:
8282
image: ghcr.io/${{ github.repository }}/squid@${{ steps.build_squid.outputs.digest }}
8383
format: spdx-json
@@ -109,7 +109,7 @@ jobs:
109109
ghcr.io/${{ github.repository }}/agent@${{ steps.build_agent.outputs.digest }}
110110
111111
- name: Generate SBOM for Agent image
112-
uses: anchore/sbom-action@d94f46e13c6c62f59525ac9a1e147a99dc0b9bf5 # v0.17.0
112+
uses: anchore/sbom-action@28d71544de8eaf1b958d335707167c5f783590ad # v0.22.2
113113
with:
114114
image: ghcr.io/${{ github.repository }}/agent@${{ steps.build_agent.outputs.digest }}
115115
format: spdx-json
@@ -142,7 +142,7 @@ jobs:
142142
ghcr.io/${{ github.repository }}/agent-act@${{ steps.build_agent_act.outputs.digest }}
143143
144144
- name: Generate SBOM for Agent-Act image
145-
uses: anchore/sbom-action@d94f46e13c6c62f59525ac9a1e147a99dc0b9bf5 # v0.17.0
145+
uses: anchore/sbom-action@28d71544de8eaf1b958d335707167c5f783590ad # v0.22.2
146146
with:
147147
image: ghcr.io/${{ github.repository }}/agent-act@${{ steps.build_agent_act.outputs.digest }}
148148
format: spdx-json

0 commit comments

Comments
 (0)