3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-15 11:45:41 +00:00

Merge remote-tracking branch 'upstream'

This commit is contained in:
Akash Levy 2026-06-26 04:17:51 -07:00
commit cf79f3caac
12 changed files with 95 additions and 52 deletions

View file

@ -3,7 +3,7 @@ name: "CodeQL"
on:
workflow_dispatch:
schedule:
- cron: '0 3 * * *'
- cron: '0 3 * * 6'
jobs:
analyze:
@ -12,7 +12,7 @@ jobs:
permissions: write-all
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v7
with:
submodules: true
persist-credentials: false