Skip to content

Commit

Permalink
Bump synopsys-sig/detect-action from 0.3.2 to 0.3.3 (#35)
Browse files Browse the repository at this point in the history
Bumps [synopsys-sig/detect-action](https://github.com/synopsys-sig/detect-action) from 0.3.2 to 0.3.3.
- [Release notes](https://github.com/synopsys-sig/detect-action/releases)
- [Changelog](https://github.com/synopsys-sig/detect-action/blob/main/jenkinsfile_release)
- [Commits](synopsys-sig/detect-action@v0.3.2...v0.3.3)

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

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 18, 2022
1 parent 8ad3707 commit c58ba36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/synopsys-schedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: go build

- name: Run Synopsys Detect
uses: synopsys-sig/[email protected].2
uses: synopsys-sig/[email protected].3
with:
scan-mode: INTELLIGENT
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/synopsys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: go build

- name: Run Synopsys Detect
uses: synopsys-sig/[email protected].2
uses: synopsys-sig/[email protected].3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
detect-version: 7.9.0
Expand Down

0 comments on commit c58ba36

Please sign in to comment.