Security: JS CodeQL #65
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: JS CodeQL" | ||
| on: | ||
| workflow_dispatch: | ||
| schedule: | ||
| - cron: "30 23 * * *" | ||
| jobs: | ||
| build-js: | ||
| name: Build JS packages | ||
| secrets: inherit | ||
| uses: ./.github/workflows/tests-build-js.yml | ||
| js-codeql: | ||
|
Check failure on line 14 in .github/workflows/security-audit-js-codeql.yml
|
||
| name: JS code security audit | ||
| needs: build-js | ||
| secrets: inherit | ||
| uses: ./.github/workflows/tests-codeql.yml | ||