Skip to content

Commit 6bc7097

Browse files
Fix permissions
Fix permissions missed from #3528.
1 parent be07a45 commit 6bc7097

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/actions-lint.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ on:
1111
branches: [ master ]
1212
workflow_dispatch:
1313

14-
permissions:
15-
contents: read
14+
permissions: {}
1615

1716
env:
1817
FORCE_COLOR: 3
@@ -23,6 +22,11 @@ jobs:
2322
lint:
2423
runs-on: ubuntu-latest
2524

25+
permissions:
26+
actions: read
27+
contents: read
28+
security-events: write
29+
2630
steps:
2731

2832
- name: Checkout code

0 commit comments

Comments
 (0)