Skip to content

Commit

Permalink
Updated Contrast Security GitHub app workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
contrast-security-sca[bot] authored Sep 24, 2024
1 parent c7465ac commit b4fa08d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/contrast_security_app.yaml
Original file line number Diff line number Diff line change
@@ -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-04-11T15:48:33.926399766Z
# Last updated: 2024-09-24T19:19:28.701263982Z
name: Contrast Security App Workflow
on:
workflow_dispatch:
Expand All @@ -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'
Expand All @@ -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:
Expand Down

0 comments on commit b4fa08d

Please sign in to comment.