3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-21 10:41:37 +00:00

Merge pull request #5016 from YosysHQ/krys/zizmor

CI: Fixes from zizmor
This commit is contained in:
KrystalDelusion 2025-04-12 09:02:59 +12:00 committed by GitHub
commit a2e1d0165f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 31 additions and 13 deletions

View file

@ -45,6 +45,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true
persist-credentials: false
- name: Setup environment
uses: ./.github/actions/setup-build-env