3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2026-07-09 04:50:19 +00:00
sby/.github/workflows/codeql.yml
Miodrag Milanovic a1a0634b2f Update actions
2026-07-08 09:56:51 +02:00

28 lines
550 B
YAML

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@v7
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: python
queries: security-extended,security-and-quality
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4