mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-16 10:03:12 -07:00
20 lines
413 B
YAML
20 lines
413 B
YAML
---
|
|
name: CodeQL
|
|
|
|
on:
|
|
push:
|
|
pull_request:
|
|
schedule:
|
|
- cron: "30 1 * * 0"
|
|
|
|
jobs:
|
|
codeql:
|
|
name: 🏭 Scanning
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: ⤵️ Check out code from GitHub
|
|
uses: actions/checkout@v2
|
|
- name: 🏗 Initialize CodeQL
|
|
uses: github/codeql-action/init@v1
|
|
- name: 🚀 Perform CodeQL Analysis
|
|
uses: github/codeql-action/analyze@v1
|