Skip to content

Commit c58ba36

Browse files
Bump synopsys-sig/detect-action from 0.3.2 to 0.3.3 (#35)
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] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8ad3707 commit c58ba36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/synopsys-schedule.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: go build
2121

2222
- name: Run Synopsys Detect
23-
uses: synopsys-sig/detect-action@v0.3.2
23+
uses: synopsys-sig/detect-action@v0.3.3
2424
with:
2525
scan-mode: INTELLIGENT
2626
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/synopsys.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: go build
2323

2424
- name: Run Synopsys Detect
25-
uses: synopsys-sig/detect-action@v0.3.2
25+
uses: synopsys-sig/detect-action@v0.3.3
2626
with:
2727
github-token: ${{ secrets.GITHUB_TOKEN }}
2828
detect-version: 7.9.0

0 commit comments

Comments
 (0)