Skip to content

Commit ac275aa

Browse files
build(deps): Bump synopsys-sig/synopsys-action from 1.9.0 to 1.10.0 (#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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cb6b4ee commit ac275aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/synopsys.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Black Duck Full Scan
5050
if: ${{ github.event_name != 'pull_request' }}
51-
uses: synopsys-sig/synopsys-action@v1.9.0
51+
uses: synopsys-sig/synopsys-action@v1.10.0
5252
with:
5353
blackduck_url: ${{ secrets.BLACKDUCK_URL }}
5454
blackduck_token: ${{ secrets.BLACKDUCK_API_TOKEN }}
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Black Duck PR Scan
6060
if: ${{ github.event_name == 'pull_request' }}
61-
uses: synopsys-sig/synopsys-action@v1.9.0
61+
uses: synopsys-sig/synopsys-action@v1.10.0
6262
env:
6363
DETECT_PROJECT_VERSION_NAME: ${{ github.base_ref }}
6464
with:

0 commit comments

Comments
 (0)