Skip to content

.github/workflows/code-scanning.yaml #209

.github/workflows/code-scanning.yaml

.github/workflows/code-scanning.yaml #209

name: "Code Scanning"
on:
push:
branches: [ develop, main, master, release/*, hotfix/* ]
pull_request:
branches: [ main ]
schedule:
- cron: '0 9 * * 1'
jobs:
code-scanning-javascript:
name: Perform code scanning (JavaScript)
uses: recognizegroup/security/.github/workflows/code-scanning-javascript.yaml@v2

Check failure on line 14 in .github/workflows/code-scanning.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/code-scanning.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/code-scanning.yaml" -> "recognizegroup/security/.github/workflows/code-scanning-javascript.yaml@v2" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.