Skip to content

Commit

Permalink
ci: add CodeQL security scanning
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <sora@morimoto.io>
  • Loading branch information
smorimoto authored and MylesBorins committed Mar 18, 2021
1 parent 1a385ec commit 9fa4710
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: CodeQL

on:
pull_request:
push:
schedule:
- cron: 0 0 * * 0

jobs:
codeql:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Initialize CodeQL
uses: github/codeql-action/init@v1

- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@v1

0 comments on commit 9fa4710

Please sign in to comment.