Merge pull request #3268 from sashashura/patch-1
GitHub Workflows security hardening
This commit is contained in:
commit
9c95411dfa
|
@ -2,6 +2,9 @@ name: tests
|
||||||
|
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue