mirror of
https://github.com/thelittlerocket/zero-ui.git
synced 2024-12-27 01:14:34 +08:00
ci: delete old codeql.yml
This commit is contained in:
parent
2f6d7776d7
commit
b03d8c430d
1 changed files with 0 additions and 20 deletions
20
.github/workflows/codeql.yml
vendored
20
.github/workflows/codeql.yml
vendored
|
@ -1,20 +0,0 @@
|
||||||
---
|
|
||||||
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…
Reference in a new issue