Merge pull request #6664 from sashashura/patch-1
GitHub Workflows security hardening
This commit is contained in:
commit
b48cadd585
|
|
@ -2,6 +2,9 @@ name: CI
|
|||
|
||||
on: [push, pull_request]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
runs-on: ${{ matrix.operating-system }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue