Skip to content

Commit

Permalink
Merge branch 'main' into makefile_dev_use_packer_install
Browse files Browse the repository at this point in the history
  • Loading branch information
lbajolet-hashicorp committed Mar 20, 2024
2 parents 0eb0fa4 + a929942 commit c470910
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 @@ -25,7 +25,7 @@ jobs:
run: make build

- name: Black Duck Full Scan
uses: synopsys-sig/synopsys-action@v1.7.0
uses: synopsys-sig/synopsys-action@v1.9.0
with:
blackduck_url: ${{ secrets.BLACKDUCK_URL }}
blackduck_apiToken: ${{ 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 @@ -28,7 +28,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.9.0
with:
blackduck_url: ${{ secrets.BLACKDUCK_URL }}
blackduck_token: ${{ secrets.BLACKDUCK_API_TOKEN }}
Expand All @@ -38,7 +38,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.9.0
env:
DETECT_PROJECT_VERSION_NAME: ${{ github.base_ref }}
with:
Expand Down

0 comments on commit c470910

Please sign in to comment.