Skip to content

Commit

Permalink
update action version
Browse files Browse the repository at this point in the history
  • Loading branch information
felixZdi committed Mar 22, 2024
1 parent 246a38a commit b757ce1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/blackduck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3
- name: Black Duck Full Scan
if: ${{ github.event_name != 'pull_request' }}
uses: synopsys-sig/synopsys-action@v1.6.0
uses: synopsys-sig/synopsys-action@v1.8.0
env:
DETECT_PROJECT_NAME: "MED_ca-injector"
with:
Expand All @@ -34,7 +34,7 @@ jobs:

- name: Black Duck PR Scan
if: ${{ github.event_name == 'pull_request' }}
uses: synopsys-sig/synopsys-action@v1.6.0
uses: synopsys-sig/synopsys-action@v1.8.0
env:
DETECT_PROJECT_NAME: "MED_ca-injector"
with:
Expand Down

0 comments on commit b757ce1

Please sign in to comment.