Skip to content

Commit feec528

Browse files
Merge pull request #35 from contentstack/fix/update-action-name
Update sca-scan.yml
2 parents cafc9e9 + ac55d81 commit feec528

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sca-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
pull_request:
44
types: [opened, synchronize, reopened]
55
jobs:
6-
security:
6+
security-sca:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout repository
@@ -16,4 +16,4 @@ jobs:
1616
- name: Run Snyk to check for vulnerabilities
1717
run: cd Contentstack.Utils && snyk test --fail-on=all
1818
env:
19-
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
19+
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 commit comments

Comments
 (0)