build: harden tests.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
This commit is contained in:
parent
a09a739fd1
commit
01acbb66e0
|
|
@ -6,6 +6,9 @@ on:
|
|||
# Allow manually triggering the workflow.
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: read # to fetch code (actions/checkout)
|
||||
|
||||
jobs:
|
||||
|
||||
coding-standard:
|
||||
|
|
|
|||
Loading…
Reference in New Issue