Merge pull request #6541 from radarhere/permissions

Set top-level permissions for remaining GitHub Actions
This commit is contained in:
Hugo van Kemenade 2022-08-27 08:57:54 +03:00 committed by GitHub
commit 61fc5e1f05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -11,6 +11,9 @@ on:
- "**.h"
workflow_dispatch:
permissions:
contents: read
jobs:
Fuzzing:
runs-on: ubuntu-latest

View File

@ -2,6 +2,9 @@ name: Test Cygwin
on: [push, pull_request, workflow_dispatch]
permissions:
contents: read
jobs:
build:
runs-on: windows-latest