Skip to content

Commit

Permalink
Added CodeQL code
Browse files Browse the repository at this point in the history
  • Loading branch information
arpitjain099 committed Apr 27, 2023
1 parent 7847744 commit 1aa47f1
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 62 deletions.
62 changes: 0 additions & 62 deletions .github/workflows/build.yaml

This file was deleted.

31 changes: 31 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
jobs:
analyze:
name: Analyze
permissions:
actions: read
contents: read
security-events: write
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
queries: security-and-quality
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
strategy:
fail-fast: false
matrix:
language:
- python
timeout-minutes: 12000
name: CodeQL
'on':
push:
branches:
- dev

0 comments on commit 1aa47f1

Please sign in to comment.