Skip to content

.github/workflows/codeql-analysis.yml #5

.github/workflows/codeql-analysis.yml

.github/workflows/codeql-analysis.yml #5

name: "Code Scanning"
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master
workflow_dispatch:
schedule:
- cron: '0 0 1 * *' # Runs at 12:00 AM UTC on the first day of every month
permissions:
actions: write
contents: read
security-events: write
packages: read
pull-requests: read
jobs:
code-scan-analysis:
name: Code Scan Analysis
secrets: inherit
uses: meltwater/sec-global-gh-actions/.github/workflows/codeql-horusec-analysis.yml@main

Check failure on line 28 in .github/workflows/codeql-analysis.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/codeql-analysis.yml

Invalid workflow file

error parsing called workflow ".github/workflows/codeql-analysis.yml" -> "meltwater/sec-global-gh-actions/.github/workflows/codeql-horusec-analysis.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.