Skip to content

Commit 0458b32

Browse files
authored
Bump anchore/sbom-action from 0.23.0 to 0.23.1
Bump anchore/sbom-action from 0.23.0 to 0.23.1
2 parents cd704ef + 64fa7c9 commit 0458b32

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Generate SBOM
4141
if: github.event_name != 'pull_request'
42-
uses: anchore/sbom-action@17ae1740179002c89186b61233e0f892c3118b11 # v0.23.0
42+
uses: anchore/sbom-action@57aae528053a48a3f6235f2d9461b05fbcb7366d # v0.23.1
4343
with:
4444
image: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}
4545
format: cyclonedx-json

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
-o ../../dist/${{ matrix.service }}-linux-arm64 .
5151
5252
- name: Generate SBOM (Syft)
53-
uses: anchore/sbom-action@17ae1740179002c89186b61233e0f892c3118b11 # v0.23.0
53+
uses: anchore/sbom-action@57aae528053a48a3f6235f2d9461b05fbcb7366d # v0.23.1
5454
with:
5555
path: services/${{ matrix.service }}
5656
format: cyclonedx-json

0 commit comments

Comments
 (0)