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