Skip to content

Commit

Permalink
Refine the CodeQL file
Browse files Browse the repository at this point in the history
  • Loading branch information
zauonlok committed Aug 15, 2020
1 parent 6d032d0 commit c6d08b0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 54 deletions.
54 changes: 0 additions & 54 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

17 changes: 17 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: "CodeQL"
on:
push:
schedule:
- cron: '0 8 * * 1'
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Initialize
uses: github/codeql-action/init@v1
- name: Autobuild
uses: github/codeql-action/autobuild@v1
- name: Analyze
uses: github/codeql-action/analyze@v1

0 comments on commit c6d08b0

Please sign in to comment.