Skip to content

Commit

Permalink
Add codeql.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Sudharaka Palamakumbura <[email protected]>
  • Loading branch information
SudharakaP authored Feb 8, 2024
1 parent 0614805 commit 16df133
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: 'CodeQL'

on:
push:
branches:
- main
pull_request:

jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest

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

- name: Setup project
uses: ./.github/actions/setup-project
with:
DECRYPTION_SECRET: ${{ secrets.DECRYPTION_SECRET }}

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: javascript

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

0 comments on commit 16df133

Please sign in to comment.