Skip to content

Add GHAS workflows

Add GHAS workflows #4

Workflow file for this run

name: CodeQL scan
on:
workflow_dispatch:
push:
# branches: [ "master", "main", "develop", "release/*" ]
pull_request:
branches: [ "master", "main", "develop", "release/*" ]
schedule:
- cron: '30 19 * * 0'
jobs:
codeql-scan:
uses: iZettle/.github/.github/workflows/codeql-mobile-sm.yml@main

Check failure on line 14 in .github/workflows/codeql.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/codeql.yml

Invalid workflow file

error parsing called workflow ".github/workflows/codeql.yml" -> "iZettle/.github/.github/workflows/codeql-mobile-sm.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
app_name: ${{ github.repository }}
language: java-kotlin
build_type: assemble