We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e04852 commit 4a5e1a8Copy full SHA for 4a5e1a8
.github/workflows/synopsys.yaml
@@ -48,7 +48,7 @@ jobs:
48
49
- name: Black Duck Full Scan
50
if: ${{ github.event_name != 'pull_request' }}
51
- uses: synopsys-sig/synopsys-action@v1.10.0
+ uses: synopsys-sig/synopsys-action@v1.11.0
52
with:
53
blackduck_url: ${{ secrets.BLACKDUCK_URL }}
54
blackduck_token: ${{ secrets.BLACKDUCK_API_TOKEN }}
@@ -58,7 +58,7 @@ jobs:
58
59
- name: Black Duck PR Scan
60
if: ${{ github.event_name == 'pull_request' }}
61
62
env:
63
DETECT_PROJECT_VERSION_NAME: ${{ github.base_ref }}
64
0 commit comments