Create codeql-analysis.yml (#1243)

This commit is contained in:
Serhat Şevki Dinçer 2021-05-04 16:07:35 +03:00 committed by GitHub
parent 0227729d04
commit ae543b60f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

31
.github/workflows/codeql-analysis.yml vendored Normal file
View file

@ -0,0 +1,31 @@
name: "CodeQL"
on:
push:
branches: [ develop, release, master ]
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [ 'go', 'javascript' ]
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: ${{ matrix.language }}
- name: CodeQL Analysis
uses: github/codeql-action/analyze@v1