Skip to content

Commit

Permalink
Create codeql-analysis.yml (#1146)
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff committed Sep 5, 2022
1 parent f4d2208 commit 09a0c86
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: 'CodeQL'

on:
push:
branches:
- master
- '!dependabot/**'
pull_request:
branches:
- master
- '!dependabot/**'

jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write

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

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: 'javascript'

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

0 comments on commit 09a0c86

Please sign in to comment.