Skip to content

Commit a4f2821

Browse files
Updated Contrast Security GitHub app workflow file
1 parent cb02686 commit a4f2821

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/contrast_security_app.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
55
name: Contrast Security App Workflow
66
on:
77
workflow_dispatch:
@@ -18,7 +18,7 @@ jobs:
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'
@@ -44,7 +44,7 @@ jobs:
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:

0 commit comments

Comments
 (0)