Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set minimal permissions to Github Workflows #3972

Merged
merged 10 commits into from
Mar 13, 2023
Prev Previous commit
Next Next commit
chore: set ci fuzz permissions
Signed-off-by: Joyce <joycebrum@google.com>
  • Loading branch information
joycebrum authored Mar 9, 2023
commit 9d3b6c024aaaeb4fa086a9221e1b8ef165294cd1
4 changes: 4 additions & 0 deletions .github/workflows/cifuzz.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: CIFuzz
on: [pull_request]

permissions:
contents: read

jobs:
Fuzzing:
runs-on: ubuntu-latest