Skip to content

Commit ca4fb9a

Browse files
authored
deps(deps): bump softwareone-platform/ops-template/.github/workflows/dependency-track-python-uv.yml from 1 to 2 (#181)
Bumps [softwareone-platform/ops-template/.github/workflows/dependency-track-python-uv.yml](https://github.com/softwareone-platform/ops-template) from 1 to 2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/softwareone-platform/ops-template/releases">softwareone-platform/ops-template/.github/workflows/dependency-track-python-uv.yml's releases</a>.</em></p> <blockquote> <h2>v2</h2> <h2>What's Changed</h2> <ul> <li>Correct command for generating SBOM in DependencyTrack workflow by <a href="https://github.com/plebann"><code>@​plebann</code></a> in <a href="https://redirect.github.com/softwareone-platform/ops-template/pull/2">softwareone-platform/ops-template#2</a></li> <li>MPT-11522 Correct command for generating SBOM in DependencyTrack workflow by <a href="https://github.com/plebann"><code>@​plebann</code></a> in <a href="https://redirect.github.com/softwareone-platform/ops-template/pull/3">softwareone-platform/ops-template#3</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/softwareone-platform/ops-template/compare/v1...v2">https://github.com/softwareone-platform/ops-template/compare/v1...v2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/softwareone-platform/ops-template/commit/ee92349fb409a34d73b7c617357ec6b28b72d2bc"><code>ee92349</code></a> Correct command for generating SBOM in DependencyTrack workflow (<a href="https://redirect.github.com/softwareone-platform/ops-template/issues/3">#3</a>)</li> <li><a href="https://github.com/softwareone-platform/ops-template/commit/26865abf0db8f346f36c672f8ae9dfde6b6ee041"><code>26865ab</code></a> Correct command for generating SBOM in DependencyTrack workflow (<a href="https://redirect.github.com/softwareone-platform/ops-template/issues/2">#2</a>)</li> <li>See full diff in <a href="https://github.com/softwareone-platform/ops-template/compare/v1...v2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=softwareone-platform/ops-template/.github/workflows/dependency-track-python-uv.yml&package-manager=github_actions&previous-version=1&new-version=2)](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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
2 parents 9649479 + 8af87d9 commit ca4fb9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: uv publish
6767

6868
dtrack:
69-
uses: softwareone-platform/ops-template/.github/workflows/dependency-track-python-uv.yml@v1
69+
uses: softwareone-platform/ops-template/.github/workflows/dependency-track-python-uv.yml@v2
7070
with:
7171
projectName: 'mpt-api-python-client'
7272
secrets:

0 commit comments

Comments
 (0)