Skip to content

Commit 8e86ea3

Browse files
authored
Merge pull request #676 from apache/alert-autofix-39
Potential fix for code scanning alert no. 39: Workflow does not contain permissions
2 parents f4a698e + 998ad8c commit 8e86ea3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/linting.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ on:
2626
- '**/pylintrc'
2727
workflow_dispatch:
2828

29+
permissions:
30+
contents: read
31+
2932
jobs:
3033
lint:
3134
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)