Skip to content

Commit

Permalink
Bump synopsys-sig/synopsys-action from 1.13.0 to 1.13.1
Browse files Browse the repository at this point in the history
Bumps [synopsys-sig/synopsys-action](https://github.com/synopsys-sig/synopsys-action) from 1.13.0 to 1.13.1.
- [Release notes](https://github.com/synopsys-sig/synopsys-action/releases)
- [Changelog](https://github.com/synopsys-sig/synopsys-action/blob/main/releasesrc)
- [Commits](synopsys-sig/synopsys-action@v1.13.0...v1.13.1)

---
updated-dependencies:
- dependency-name: synopsys-sig/synopsys-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent e763b48 commit 26cc030
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/synopsys-schedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: make build

- name: Black Duck Full Scan
uses: synopsys-sig/[email protected].0
uses: synopsys-sig/[email protected].1
with:
blackduck_url: ${{ secrets.BLACKDUCK_URL }}
blackduck_token: ${{ secrets.BLACKDUCK_API_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/synopsys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Black Duck Full Scan
if: ${{ github.event_name != 'pull_request' }}
uses: synopsys-sig/[email protected].0
uses: synopsys-sig/[email protected].1
with:
blackduck_url: ${{ secrets.BLACKDUCK_URL }}
blackduck_token: ${{ secrets.BLACKDUCK_API_TOKEN }}
Expand All @@ -35,7 +35,7 @@ jobs:

- name: Black Duck PR Scan
if: ${{ github.event_name == 'pull_request' }}
uses: synopsys-sig/[email protected].0
uses: synopsys-sig/[email protected].1
env:
DETECT_PROJECT_VERSION_NAME: ${{ github.base_ref }}
with:
Expand Down

0 comments on commit 26cc030

Please sign in to comment.