Skip to content

Commit

Permalink
Create codeql-analysis.yml (#1096)
Browse files Browse the repository at this point in the history
* Create codeql-analysis.yml

* Update .github/workflows/codeql-analysis.yml

Co-authored-by: Helio Machado <[email protected]>
Co-authored-by: Daniel Barnes <[email protected]>
  • Loading branch information
3 people authored Oct 8, 2022
1 parent c97e548 commit c9ecc0c
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: CodeQL

on:
pull_request:
paths-ignore:
- '**.md'
- assets/**
schedule:
- cron: '0 0 * * *' # everyday @ 0000 UTC

concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true

jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- uses: actions/checkout@v3
- uses: github/codeql-action/init@v2
with:
languages: javascript
- uses: github/codeql-action/autobuild@v2
- uses: github/codeql-action/analyze@v2

0 comments on commit c9ecc0c

Please sign in to comment.