Skip to content

.github/workflows/dummy-code-scanning.yaml #88

.github/workflows/dummy-code-scanning.yaml

.github/workflows/dummy-code-scanning.yaml #88

name: "Dummy Code Scanning"
on:
schedule:
- cron: '0 0 * * 1'
workflow_dispatch:
jobs:
code-scanning-dummy:
name: Perform code scanning (Dummy)
uses: recognizegroup/security/.github/workflows/code-scanning-dummy.yaml@v2

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

View workflow run for this annotation

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

Invalid workflow file

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