Skip to content

Commit

Permalink
Add GHAS workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
skarami committed Jan 23, 2025
1 parent b5e8f1e commit 1b69691
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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
with:
app_name: ${{ github.repository }}
language: java-kotlin
build_type: assemble

0 comments on commit 1b69691

Please sign in to comment.