Skip to content

Commit

Permalink
Merge pull request #6541 from radarhere/permissions
Browse files Browse the repository at this point in the history
Set top-level permissions for remaining GitHub Actions
  • Loading branch information
hugovk committed Aug 27, 2022
2 parents 74ceacf + e58b196 commit 61fc5e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cifuzz.yml
Expand Up @@ -11,6 +11,9 @@ on:
- "**.h"
workflow_dispatch:

permissions:
contents: read

jobs:
Fuzzing:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test-cygwin.yml
Expand Up @@ -2,6 +2,9 @@ name: Test Cygwin

on: [push, pull_request, workflow_dispatch]

permissions:
contents: read

jobs:
build:
runs-on: windows-latest
Expand Down

0 comments on commit 61fc5e1

Please sign in to comment.