Skip to content

Commit

Permalink
workflow: add read-all permission for workflows (#7424)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherry-Lin authored Sep 25, 2024
1 parent 118511f commit fbd9d4e
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 @@ -6,6 +6,8 @@ env:
CFLAGS: -O2 -Wformat -Wformat-security -Wall -Werror -D_FORTIFY_SOURCE=2 -fstack-protector-strong
LDFLAGS: -Wl,--as-needed

permissions: read-all

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

0 comments on commit fbd9d4e

Please sign in to comment.