Skip to content

Commit

Permalink
Create codeql-analysis.yml (#1243)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcg committed May 4, 2021
1 parent 0227729 commit ae543b6
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/codeql-analysis.yml
@@ -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

0 comments on commit ae543b6

Please sign in to comment.