mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-06 04:51:44 -07:00
docs: update README.md
This commit is contained in:
parent
e0c254bdd1
commit
8e2706761d
1 changed files with 20 additions and 0 deletions
20
.github/workflows/codeql.yml
vendored
Normal file
20
.github/workflows/codeql.yml
vendored
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
---
|
||||||
|
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
|
Loading…
Add table
Add a link
Reference in a new issue