Skip to content

Commit

Permalink
Bump anchore/sbom-action from 0.15.11 to 0.16.0 in the ci group (#777)
Browse files Browse the repository at this point in the history
Bumps the ci group with 1 update:
[anchore/sbom-action](https://github.com/anchore/sbom-action).

Updates `anchore/sbom-action` from 0.15.11 to 0.16.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/anchore/sbom-action/releases">anchore/sbom-action's
releases</a>.</em></p>
<blockquote>
<h2>v0.16</h2>
<h2>Changes in v0.16.0</h2>
<ul>
<li>Update Syft to v1.4.1 (<a
href="https://redirect.github.com/anchore/sbom-action/issues/465">#465</a>)</li>
<li>Update GitHub artifact client (<a
href="https://redirect.github.com/anchore/sbom-action/issues/463">#463</a>)
[<a href="https://github.com/kzantow">kzantow</a>]</li>
</ul>
<p>NOTE: if you are using this action within a <em>matrix build</em> and
see failures attempting to upload artifacts with duplicate names, you
will need to set the <code>artifact-name</code> to be unique based on
the matrix properties (<a
href="https://github.com/anchore/sbom-action/blob/main/.github/workflows/test.yml#L36">an
example here</a>). This is due to a change to use a newer GitHub API
which no longer allows artifacts with duplicate names.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/anchore/sbom-action/commit/e8d2a6937ecead383dfe75190d104edd1f9c5751"><code>e8d2a69</code></a>
chore(deps): update Syft to v1.4.1 (<a
href="https://redirect.github.com/anchore/sbom-action/issues/465">#465</a>)</li>
<li><a
href="https://github.com/anchore/sbom-action/commit/610bea4ee26340c610873b9624d5ec707e5df9b2"><code>610bea4</code></a>
chore: update GitHub artifact client (<a
href="https://redirect.github.com/anchore/sbom-action/issues/463">#463</a>)</li>
<li><a
href="https://github.com/anchore/sbom-action/commit/0445e2365bc43333c621dc1bf3ac6e54de8fdea6"><code>0445e23</code></a>
chore(deps): bump actions/checkout from 4.1.4 to 4.1.5 (<a
href="https://redirect.github.com/anchore/sbom-action/issues/464">#464</a>)</li>
<li><a
href="https://github.com/anchore/sbom-action/commit/a66e2f3ecfe6003765c66e074d22649ea2f1f023"><code>a66e2f3</code></a>
chore(deps): bump actions/checkout from 4.1.2 to 4.1.4 (<a
href="https://redirect.github.com/anchore/sbom-action/issues/461">#461</a>)</li>
<li><a
href="https://github.com/anchore/sbom-action/commit/1abd78632c2c7ac004cc8cd95ee600a0c937717d"><code>1abd786</code></a>
chore(deps): bump peter-evans/create-pull-request from 6.0.2 to 6.0.5
(<a
href="https://redirect.github.com/anchore/sbom-action/issues/462">#462</a>)</li>
<li>See full diff in <a
href="https://github.com/anchore/sbom-action/compare/7ccf588e3cf3cc2611714c2eeae48550fbc17552...e8d2a6937ecead383dfe75190d104edd1f9c5751">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=anchore/sbom-action&package-manager=github_actions&previous-version=0.15.11&new-version=0.16.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hilmar Falkenberg <[email protected]>
  • Loading branch information
dependabot[bot] and hilmarf authored May 27, 2024
1 parent 5d36b1e commit 0c499cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
go-version-file: '${{ github.workspace }}/go.mod'

- name: Setup Syft
uses: anchore/sbom-action/download-syft@7ccf588e3cf3cc2611714c2eeae48550fbc17552 # v0.15.11
uses: anchore/sbom-action/download-syft@e8d2a6937ecead383dfe75190d104edd1f9c5751 # v0.16.0

- name: Setup Cosign
uses: sigstore/[email protected]
Expand Down

0 comments on commit 0c499cf

Please sign in to comment.