3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-04-05 22:14:08 +00:00

Create codeql.yml

This commit is contained in:
Miodrag Milanović 2023-09-08 14:09:29 +02:00 committed by GitHub
parent 85dd50b92a
commit 7415abfcfa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

28
.github/workflows/codeql.yml vendored Normal file
View file

@ -0,0 +1,28 @@
name: "CodeQL"
on:
workflow_dispatch:
schedule:
- cron: '0 2 * * *'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: python
queries: security-extended,security-and-quality
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2