Skip to content

Commit

Permalink
--- (#5465)
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: anchore/sbom-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 30, 2024
1 parent d7de000 commit 477895b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/docker-build-api-executors-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- uses: sigstore/[email protected]
- uses: anchore/sbom-action/download-syft@v0.15.11
- uses: anchore/sbom-action/download-syft@v0.16.0

- name: Set up Docker Buildx
id: buildx
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
uses: actions/checkout@v4

- uses: sigstore/[email protected]
- uses: anchore/sbom-action/download-syft@v0.15.11
- uses: anchore/sbom-action/download-syft@v0.16.0

- name: Set up Docker Buildx
id: buildx
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
uses: actions/checkout@v4

- uses: sigstore/[email protected]
- uses: anchore/sbom-action/download-syft@v0.15.11
- uses: anchore/sbom-action/download-syft@v0.16.0

- name: Set up Docker Buildx
id: buildx
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
uses: actions/checkout@v4

- uses: sigstore/[email protected]
- uses: anchore/sbom-action/download-syft@v0.15.11
- uses: anchore/sbom-action/download-syft@v0.16.0

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down Expand Up @@ -295,7 +295,7 @@ jobs:
uses: actions/checkout@v4

- uses: sigstore/[email protected]
- uses: anchore/sbom-action/download-syft@v0.15.11
- uses: anchore/sbom-action/download-syft@v0.16.0

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down Expand Up @@ -363,7 +363,7 @@ jobs:
uses: actions/checkout@v4

- uses: sigstore/[email protected]
- uses: anchore/sbom-action/download-syft@v0.15.11
- uses: anchore/sbom-action/download-syft@v0.16.0

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down Expand Up @@ -488,7 +488,7 @@ jobs:
uses: actions/checkout@v4

- uses: sigstore/[email protected]
- uses: anchore/sbom-action/download-syft@v0.15.11
- uses: anchore/sbom-action/download-syft@v0.16.0

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down Expand Up @@ -556,7 +556,7 @@ jobs:
uses: actions/checkout@v4

- uses: sigstore/[email protected]
- uses: anchore/sbom-action/download-syft@v0.15.11
- uses: anchore/sbom-action/download-syft@v0.16.0

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down Expand Up @@ -715,7 +715,7 @@ jobs:
uses: actions/checkout@v4

- uses: sigstore/[email protected]
- uses: anchore/sbom-action/download-syft@v0.15.11
- uses: anchore/sbom-action/download-syft@v0.16.0

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down Expand Up @@ -787,7 +787,7 @@ jobs:
uses: docker/setup-qemu-action@v3

- uses: sigstore/[email protected]
- uses: anchore/sbom-action/download-syft@v0.15.11
- uses: anchore/sbom-action/download-syft@v0.16.0

- name: Set up Docker Buildx
id: buildx
Expand Down Expand Up @@ -836,7 +836,7 @@ jobs:
uses: actions/checkout@v4

- uses: sigstore/[email protected]
- uses: anchore/sbom-action/download-syft@v0.15.11
- uses: anchore/sbom-action/download-syft@v0.16.0

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
with:
fetch-depth: 0
- uses: sigstore/[email protected]
- uses: anchore/sbom-action/download-syft@v0.15.11
- uses: anchore/sbom-action/download-syft@v0.16.0
- name: Download Artifacts for Linux
uses: actions/download-artifact@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-log-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- uses: sigstore/[email protected]
- uses: anchore/sbom-action/download-syft@v0.15.11
- uses: anchore/sbom-action/download-syft@v0.16.0

- name: Set up Go
uses: actions/setup-go@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-log-sidecar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- uses: sigstore/[email protected]
- uses: anchore/sbom-action/download-syft@v0.15.11
- uses: anchore/sbom-action/download-syft@v0.16.0

- name: Set up Go
uses: actions/setup-go@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
with:
fetch-depth: 0
- uses: sigstore/[email protected]
- uses: anchore/sbom-action/download-syft@v0.15.11
- uses: anchore/sbom-action/download-syft@v0.16.0
- name: Download Artifacts for Linux
uses: actions/download-artifact@master
with:
Expand Down

0 comments on commit 477895b

Please sign in to comment.