Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 1b69691

Browse files
committed
Add GHAS workflows
1 parent b5e8f1e commit 1b69691

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: CodeQL scan
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
# branches: [ "master", "main", "develop", "release/*" ]
7+
pull_request:
8+
branches: [ "master", "main", "develop", "release/*" ]
9+
schedule:
10+
- cron: '30 19 * * 0'
11+
12+
jobs:
13+
codeql-scan:
14+
uses: iZettle/.github/.github/workflows/codeql-mobile-sm.yml@main
15+
with:
16+
app_name: ${{ github.repository }}
17+
language: java-kotlin
18+
build_type: assemble

0 commit comments

Comments
 (0)