File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# DISCLAIMER: This workflow file has been auto-generated and committed to the repo by the GitHub App from Contrast Security.
22# Manual edits to this file could cause the integration to produce unexpected behavior or break.
33# Version: 1.0.0
4- # Last updated: 2024-03-20T14:14:00.646097685Z
4+ # Last updated: 2024-07-03T08:44:59.142043690Z
55name : Contrast Security App Workflow
66on :
77 workflow_dispatch :
1818 runs-on : ubuntu-22.04
1919 steps :
2020 - name : Clone repository
21- uses : actions/checkout@v3
21+ uses : actions/checkout@v4
2222 - name : Run Contrast SCA Fingerprint
2323 id : fingerprint
2424 uses : ' Contrast-Security-OSS/contrast-sca-action@v2'
4444 - ${{ fromJson(needs.fingerprint_repo.outputs.fingerprint) }}
4545 steps :
4646 - name : Clone repository
47- uses : actions/checkout@v3
47+ uses : actions/checkout@v4
4848 - name : Run Contrast SCA Audit
4949 uses : ' Contrast-Security-OSS/contrast-sca-action@v2'
5050 with :
You can’t perform that action at this time.
0 commit comments