Skip to content

Commit fcda553

Browse files
author
dm-2
committed
Run CodeQL analysis on PRs
1 parent e0d31ba commit fcda553

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: "CodeQL analysis"
2+
3+
on:
4+
push:
5+
pull_request:
6+
schedule:
7+
- cron: '0 0 * * 0'
8+
9+
jobs:
10+
codeql:
11+
12+
strategy:
13+
fail-fast: false
14+
15+
runs-on: ubuntu-latest # windows-latest and ubuntu-latest are supported. macos-latest is not supported at this time.
16+
17+
steps:
18+
- name: Checkout repository
19+
uses: actions/checkout@v2
20+
21+
- name: Initialize CodeQL
22+
uses: github/codeql-action/init@v1
23+
24+
- name: Perform CodeQL Analysis
25+
uses: github/codeql-action/analyze@v1

0 commit comments

Comments
 (0)