Skip to content

Commit

Permalink
[Script] Add workflow permissions
Browse files Browse the repository at this point in the history
Add permissions: read-all for workflow
  • Loading branch information
Sherry-Lin committed Jan 29, 2024
1 parent 045b3c6 commit ae5a164
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on: [ push, pull_request ]
env:
_CFLAGS: -O2 -Wformat -Wformat-security -Wall -Werror -D_FORTIFY_SOURCE=2 -fstack-protector-strong

permissions: read-all

jobs:
clang14:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit ae5a164

Please sign in to comment.