Allow to trigger manual code scanning run.
parent
f2a420ead5
commit
3bf3d6bff4
|
@ -8,6 +8,7 @@ name: "Code scanning - action"
|
|||
on:
|
||||
schedule:
|
||||
- cron: '26 19 * * 1'
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
Loading…
Reference in New Issue