Skip to content

Commit

Permalink
Add codeql workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ffurrer2 committed Jul 8, 2023
1 parent 69bd826 commit 4db7ff8
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# SPDX-License-Identifier: MIT
name: CodeQL

on:
push:
branches:
- main
- feature/**
pull_request:
branches:
- main
schedule:
- cron: '0 12 * * 0'

permissions:
actions: read
contents: read
security-events: write

jobs:
codeql:
name: codeql
uses: ffurrer2/shared-workflows/.github/workflows/codeql.yml@main
with:
languages: '["javascript"]'

0 comments on commit 4db7ff8

Please sign in to comment.