Skip to content

Commit

Permalink
build(deps): Bump synopsys-sig/synopsys-action from 1.12.0 to 1.13.0 (#…
Browse files Browse the repository at this point in the history
…906)

Bumps
[synopsys-sig/synopsys-action](https://github.com/synopsys-sig/synopsys-action)
from 1.12.0 to 1.13.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/synopsys-sig/synopsys-action/releases">synopsys-sig/synopsys-action's
releases</a>.</em></p>
<blockquote>
<p>Synopsys GitHub Action v1.13.0 supports:</p>
<ul>
<li>
<p>Badges support for GitHub repos based on security policies (Black
Duck)</p>
</li>
<li>
<p>Expose Async mode</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/synopsys-sig/synopsys-action/commit/2b8476cc491cd5515ee04e3c215698bfd8523504"><code>2b8476c</code></a>
Sarif related issue fixed (<a
href="https://redirect.github.com/synopsys-sig/synopsys-action/issues/250">#250</a>)</li>
<li><a
href="https://github.com/synopsys-sig/synopsys-action/commit/762d3963495cb8ffa72a37f1987dd2f0c7968ffb"><code>762d396</code></a>
Release 1.13.0 description fix (<a
href="https://redirect.github.com/synopsys-sig/synopsys-action/issues/249">#249</a>)</li>
<li><a
href="https://github.com/synopsys-sig/synopsys-action/commit/2cafc26225cb38dfa4bbc3fb49d849738080355e"><code>2cafc26</code></a>
Version upgraded to 1.13.0 (<a
href="https://redirect.github.com/synopsys-sig/synopsys-action/issues/248">#248</a>)</li>
<li><a
href="https://github.com/synopsys-sig/synopsys-action/commit/64c63a529dff8167f52a1f79fef6e86ab7ffee88"><code>64c63a5</code></a>
SIGINT-864: Support async mode (<a
href="https://redirect.github.com/synopsys-sig/synopsys-action/issues/244">#244</a>)</li>
<li><a
href="https://github.com/synopsys-sig/synopsys-action/commit/b91ebf881bb4a09b69e5e8d53cc0421c1c25261e"><code>b91ebf8</code></a>
Github Badges - refactor (<a
href="https://redirect.github.com/synopsys-sig/synopsys-action/issues/245">#245</a>)</li>
<li><a
href="https://github.com/synopsys-sig/synopsys-action/commit/9d7bc13a30f96c78891f43732a39ab51ea1d08cd"><code>9d7bc13</code></a>
Support for github badges (<a
href="https://redirect.github.com/synopsys-sig/synopsys-action/issues/243">#243</a>)</li>
<li>See full diff in <a
href="https://github.com/synopsys-sig/synopsys-action/compare/v1.12.0...v1.13.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=synopsys-sig/synopsys-action&package-manager=github_actions&previous-version=1.12.0&new-version=1.13.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 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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 18, 2024
1 parent 6bc3ee4 commit 22484a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/synopsys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Black Duck Full Scan
if: ${{ github.event_name != 'pull_request' }}
uses: synopsys-sig/synopsys-action@v1.12.0
uses: synopsys-sig/synopsys-action@v1.13.0
with:
blackduck_url: ${{ secrets.BLACKDUCK_URL }}
blackduck_token: ${{ secrets.BLACKDUCK_API_TOKEN }}
Expand All @@ -58,7 +58,7 @@ jobs:

- name: Black Duck PR Scan
if: ${{ github.event_name == 'pull_request' }}
uses: synopsys-sig/synopsys-action@v1.12.0
uses: synopsys-sig/synopsys-action@v1.13.0
env:
DETECT_PROJECT_VERSION_NAME: ${{ github.base_ref }}
with:
Expand Down

0 comments on commit 22484a3

Please sign in to comment.