diff --git a/.github/workflows/contrast_security_app.yaml b/.github/workflows/contrast_security_app.yaml index 6442291b..d69adc0d 100644 --- a/.github/workflows/contrast_security_app.yaml +++ b/.github/workflows/contrast_security_app.yaml @@ -1,7 +1,7 @@ # DISCLAIMER: This workflow file has been auto-generated and committed to the repo by the GitHub App from Contrast Security. # Manual edits to this file could cause the integration to produce unexpected behavior or break. # Version: 1.0.0 -# Last updated: 2023-12-13T19:22:07.599029646Z +# Last updated: 2024-07-03T08:44:59.142043690Z name: Contrast Security App Workflow on: workflow_dispatch: @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Clone repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run Contrast SCA Fingerprint id: fingerprint uses: 'Contrast-Security-OSS/contrast-sca-action@v2' @@ -44,7 +44,7 @@ jobs: - ${{ fromJson(needs.fingerprint_repo.outputs.fingerprint) }} steps: - name: Clone repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run Contrast SCA Audit uses: 'Contrast-Security-OSS/contrast-sca-action@v2' with: