Updated commit SHA

Co-authored-by: Nick Fyson <nickfyson@github.com>
This commit is contained in:
Rahul Gunasekaran
2021-03-12 12:23:28 -05:00
committed by GitHub
parent ba6a2f292c
commit 5eb695baec
+1 -1
View File
@@ -49,7 +49,7 @@ jobs:
# in order for this logic to work
- name: Software Composition Analysis with Black Duck
if: ${{steps.prescription.outputs.scaScan == 'true' }}
uses: blackducksoftware/github-action@v2
uses: blackducksoftware/github-action@9ea442b34409737f64743781e9adc71fd8e17d38
with:
args: '--blackduck.url="${{ secrets.BLACKDUCK_URL}}" --blackduck.api.token="${{ secrets.BLACKDUCK_TOKEN}}" --detect.tools="SIGNATURE_SCAN,DETECTOR"'