Skip to content

Commit c4d2803

Browse files
🔧 fix codeql permissions for cron (#335)
1 parent 86ed79d commit c4d2803

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/_codeql.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@ on:
1515
workflow_call:
1616
workflow_dispatch:
1717

18+
permissions:
19+
actions: read
20+
contents: read
21+
security-events: write
22+
1823
jobs:
1924
analyze:
2025
name: Analyze
2126
runs-on: ubuntu-latest
22-
permissions:
23-
actions: read
24-
contents: read
25-
security-events: write
2627

2728
strategy:
2829
fail-fast: false

0 commit comments

Comments
 (0)