Skip to content

Commit

Permalink
Reference action.yml directly
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomdango committed Jun 29, 2023
1 parent 55bbf2e commit a1ccb0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
scan-secrets:
needs: [get-metadata]
name: "Secrets Scan"
uses: ./.github/actions/scan-secrets/
uses: ./.github/actions/scan-secrets/action.yml

check-format:
needs: [get-metadata]
name: Check File & Markdown Format
uses: ./.github/actions/check-format/
uses: ./.github/actions/check-format/action.yml

checkov:
name: Checkov
Expand Down

0 comments on commit a1ccb0f

Please sign in to comment.