Use read permissions in pull_request_target CI to mitigate vulnerability

This commit is contained in:
Antonin Delpeuch 2021-04-22 08:04:39 +02:00
parent bea8bd38f1
commit a709493273

View File

@ -5,6 +5,8 @@ on:
paths-ignore:
- 'docs/**'
permissions: read-all
jobs:
server_tests:
strategy: