mirror of
https://github.com/nlohmann/json.git
synced 2026-05-20 13:15:23 +00:00
Set minimal permissions to Github Workflows (#3972)
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
name: CIFuzz
|
||||
on: [pull_request]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
Fuzzing:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user