Skip to content

Commit c69e8b2

Browse files
authored
Add explicit workflow permissions
1 parent eecddeb commit c69e8b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/super-linter.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
name: Lint Code Base
1212
runs-on: ubuntu-latest
1313

14+
permissions:
15+
contents: read
16+
1417
steps:
1518
- name: Checkout Code
1619
uses: actions/checkout@v4

0 commit comments

Comments
 (0)