Skip to content

Commit 1545117

Browse files
authored
Update static.yml to include permissions
Add permissions for read access to contents. Signed-off-by: nuno maduro <enunomaduro@gmail.com>
1 parent ced30e8 commit 1545117

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/static.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Static Analysis
22

33
on: ['push', 'pull_request']
44

5+
permissions:
6+
contents: read
7+
58
jobs:
69
cs:
710
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)