Skip to content

Commit

Permalink
Merge pull request #100 from treasure-data/CodeQL
Browse files Browse the repository at this point in the history
Create codeql-analysis.yml
  • Loading branch information
chezou committed Dec 1, 2020
2 parents 900b2bb + 801d657 commit 38e45dd
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/codeql-analysis.yml
@@ -0,0 +1,32 @@
name: "CodeQL"

on:
push:
branches: [ master ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]


jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
language: [ 'python' ]

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

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: ${{ matrix.language }}

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

0 comments on commit 38e45dd

Please sign in to comment.