X Tutup
Skip to content

Commit 4ef468c

Browse files
committed
Merge branch 'codeql'
2 parents 39e6f41 + c62c007 commit 4ef468c

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Code Scanning
2+
3+
on:
4+
push:
5+
schedule:
6+
- cron: "0 0 * * 0"
7+
8+
jobs:
9+
CodeQL-Build:
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- name: Check out code
14+
uses: actions/checkout@v2
15+
16+
- name: Initialize CodeQL
17+
uses: github/codeql-action/init@v1
18+
with:
19+
languages: go
20+
21+
- name: Perform CodeQL Analysis
22+
uses: github/codeql-action/analyze@v1

0 commit comments

Comments
 (0)
X Tutup