Skip to content

Commit

Permalink
update blackduck action to 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxtof committed Jul 10, 2024
1 parent ec994a5 commit aea62b0
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 @@ -20,7 +20,7 @@ jobs:
run: devbox run -- make build

- name: Black Duck Full Scan
uses: synopsys-sig/synopsys-action@v1.7.0
uses: synopsys-sig/synopsys-action@v1.10.0
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 @@ -26,7 +26,7 @@ jobs:

- name: Black Duck Full Scan
if: ${{ github.event_name != 'pull_request' }}
uses: synopsys-sig/synopsys-action@v1.7.0
uses: synopsys-sig/synopsys-action@v1.10.0
with:
blackduck_url: ${{ secrets.BLACKDUCK_URL }}
blackduck_token: ${{ secrets.BLACKDUCK_API_TOKEN }}
Expand All @@ -36,7 +36,7 @@ jobs:

- name: Black Duck PR Scan
if: ${{ github.event_name == 'pull_request' }}
uses: synopsys-sig/synopsys-action@v1.7.0
uses: synopsys-sig/synopsys-action@v1.10.0
env:
DETECT_PROJECT_VERSION_NAME: ${{ github.base_ref }}
with:
Expand Down

0 comments on commit aea62b0

Please sign in to comment.