Update dependency start-server-and-test to v2.1.5 #4684
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: "Security Scanning" | ||
| on: | ||
| push: | ||
| branches: [main, master] | ||
| pull_request: | ||
| branches: [main, master] | ||
| jobs: | ||
| scan: | ||
|
Check failure on line 8 in .github/workflows/security.yml
|
||
| name: Security Scan | ||
| uses: chrisns/.github/.github/workflows/security-scan.yml@main | ||