Skip to content

Commit 28d7a26

Browse files
committed
Fix syntax in CodeQL code scanning workflow
1 parent 1d49ae5 commit 28d7a26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ on:
66
pull_request:
77
branches: [main]
88
schedule:
9-
- cron: '0 0 * * 0'
9+
- cron: '21 17 * * 0'
1010

1111
jobs:
1212
codeql:
1313
runs-on: ubuntu-latest
1414

1515
permissions:
1616
contents: read
17-
security_events: write
18-
pull_requests: read
17+
security-events: write
18+
pull-requests: read
1919

2020
steps:
2121
- name: Checkout repository

0 commit comments

Comments
 (0)