Skip to content

Commit

Permalink
Merge pull request #83 from RECETOX/codeql
Browse files Browse the repository at this point in the history
try codeql for riassigner
  • Loading branch information
martenson authored Jun 1, 2022
2 parents b534e97 + 9062d52 commit ed757ab
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: "Code Scanning with CodeQL"

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: '40 17 * * 3'

jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Initialize
uses: github/codeql-action/init@v2
with:
languages: python
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2

0 comments on commit ed757ab

Please sign in to comment.