Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SAINIAbhishek committed Sep 13, 2024
1 parent 73862bd commit 6eeee0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:

# Step: Security audit Frontend
security-frontend:
needs: [npm-frontend]
uses: SAINIAbhishek/shared-workflows/.github/workflows/security-audit.yml@main
with:
node-version: "20.17.0"
Expand All @@ -94,6 +95,7 @@ jobs:

# Step: Security audit Server
security-server:
needs: [npm-server]
uses: SAINIAbhishek/shared-workflows/.github/workflows/security-audit.yml@main
with:
node-version: "20.17.0"
Expand Down

0 comments on commit 6eeee0a

Please sign in to comment.