forked from orbit-oss/flask
add zizmor to scan workflows
This commit is contained in:
parent
a29f88ce6f
commit
560c119e3d
5 changed files with 51 additions and 9 deletions
10
.github/workflows/lock.yaml
vendored
10
.github/workflows/lock.yaml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue