Skip to content

Commit

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

Bumps
[synopsys-sig/synopsys-action](https://github.com/synopsys-sig/synopsys-action)
from 1.9.0 to 1.10.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.10.0 supports:</p>
<ul>
<li>Ability to upload and scan with Polaris</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/synopsys-sig/synopsys-action/commit/17cbb233009860e4ed49631c6b800de496c380a6"><code>17cbb23</code></a>
Bump up release version 1.10.0 (<a
href="https://redirect.github.com/synopsys-sig/synopsys-action/issues/225">#225</a>)</li>
<li><a
href="https://github.com/synopsys-sig/synopsys-action/commit/cce6700513842d934415e485dc7b1e2c871358e4"><code>cce6700</code></a>
SIGINT-1763: Ability to upload and scan with Polaris (<a
href="https://redirect.github.com/synopsys-sig/synopsys-action/issues/223">#223</a>)</li>
<li><a
href="https://github.com/synopsys-sig/synopsys-action/commit/ec86791cd1eab580de9b0ee79c7a725c7cacb636"><code>ec86791</code></a>
SIGINT-1661, SIGINT-1730, SIGINT-1755 (<a
href="https://redirect.github.com/synopsys-sig/synopsys-action/issues/218">#218</a>)</li>
<li><a
href="https://github.com/synopsys-sig/synopsys-action/commit/187fefc4a0a54eb0d5c8869a185a719fbd2f5220"><code>187fefc</code></a>
Update README.md (<a
href="https://redirect.github.com/synopsys-sig/synopsys-action/issues/219">#219</a>)</li>
<li>See full diff in <a
href="https://github.com/synopsys-sig/synopsys-action/compare/v1.9.0...v1.10.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.9.0&new-version=1.10.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 Jun 10, 2024
1 parent cb6b4ee commit ac275aa
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.9.0
uses: synopsys-sig/synopsys-action@v1.10.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.9.0
uses: synopsys-sig/synopsys-action@v1.10.0
env:
DETECT_PROJECT_VERSION_NAME: ${{ github.base_ref }}
with:
Expand Down

0 comments on commit ac275aa

Please sign in to comment.