Skip to content

Commit 2dadd31

Browse files
committed
security: add permissions section to correctness checks workflow
1 parent e9d401a commit 2dadd31

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/checks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Correctness Checks
22
on: [push, pull_request]
3+
4+
permissions:
5+
contents: read
6+
37
jobs:
48
Run-Markdown-Checks:
59
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)