From a6220934e9ba83e34eb3f636429e34334f750599 Mon Sep 17 00:00:00 2001 From: "contrast-security-sca[bot]" <130602444+contrast-security-sca[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 09:33:02 +0000 Subject: [PATCH 1/4] Updated Contrast Security GitHub app workflow file --- .github/workflows/contrast_security_app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/contrast_security_app.yaml b/.github/workflows/contrast_security_app.yaml index 6442291b..df232305 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: 2023-12-20T09:33:02.322954770Z name: Contrast Security App Workflow on: workflow_dispatch: From f0b2d9f7eb0305a9311a8ec4999e33ca0b025df4 Mon Sep 17 00:00:00 2001 From: "contrast-security-sca[bot]" <130602444+contrast-security-sca[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 14:04:50 +0000 Subject: [PATCH 2/4] Updated Contrast Security GitHub app workflow file --- .github/workflows/contrast_security_app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/contrast_security_app.yaml b/.github/workflows/contrast_security_app.yaml index df232305..9856faa0 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-20T09:33:02.322954770Z +# Last updated: 2024-03-20T14:04:50.419742247Z name: Contrast Security App Workflow on: workflow_dispatch: From cb02686bc4e898da9d5170c1ce7d3b68856b2af7 Mon Sep 17 00:00:00 2001 From: "contrast-security-app-test[bot]" <116903615+contrast-security-app-test[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 14:14:00 +0000 Subject: [PATCH 3/4] Updated Contrast Security GitHub app workflow file --- .github/workflows/contrast_security_app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/contrast_security_app.yaml b/.github/workflows/contrast_security_app.yaml index 9856faa0..bcedf449 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: 2024-03-20T14:04:50.419742247Z +# Last updated: 2024-03-20T14:14:00.646097685Z name: Contrast Security App Workflow on: workflow_dispatch: From a4f2821ae50063da8a772786ac0ff17375619fa3 Mon Sep 17 00:00:00 2001 From: "contrast-security-app-test[bot]" <116903615+contrast-security-app-test[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 08:44:59 +0000 Subject: [PATCH 4/4] Updated Contrast Security GitHub app workflow file --- .github/workflows/contrast_security_app.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/contrast_security_app.yaml b/.github/workflows/contrast_security_app.yaml index bcedf449..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: 2024-03-20T14:14:00.646097685Z +# 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: