Skip to content

Commit c6d08b0

Browse files
committed
Refine the CodeQL file
1 parent 6d032d0 commit c6d08b0

File tree

2 files changed

+17
-54
lines changed

2 files changed

+17
-54
lines changed

.github/workflows/codeql-analysis.yml

-54
This file was deleted.

.github/workflows/codeql.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: "CodeQL"
2+
on:
3+
push:
4+
schedule:
5+
- cron: '0 8 * * 1'
6+
jobs:
7+
analyze:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Checkout
11+
uses: actions/checkout@v2
12+
- name: Initialize
13+
uses: github/codeql-action/init@v1
14+
- name: Autobuild
15+
uses: github/codeql-action/autobuild@v1
16+
- name: Analyze
17+
uses: github/codeql-action/analyze@v1

0 commit comments

Comments
 (0)