add zizmor to scan workflows

This commit is contained in:
David Lord 2026-03-08 16:05:00 -07:00
parent a29f88ce6f
commit 560c119e3d
No known key found for this signature in database
GPG key ID: 43368A7AA8CC5926
5 changed files with 51 additions and 9 deletions

View file

@ -7,15 +7,17 @@ name: Lock inactive closed issues
on:
schedule:
- cron: '0 0 * * *'
permissions:
issues: write
pull-requests: write
discussions: write
permissions: {}
concurrency:
group: lock
cancel-in-progress: true
jobs:
lock:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
discussions: write
steps:
- uses: dessant/lock-threads@7266a7ce5c1df01b1c6db85bf8cd86c737dadbe7 # v6.0.0
with: