Skip to content

Commit e1c5e7b

Browse files
Fix permissions for check-run action (#300)
1 parent 38654e9 commit e1c5e7b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/scan.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,14 @@ on:
1616
branches:
1717
- "main"
1818

19+
permissions: {}
20+
1921
jobs:
2022
check-run:
2123
name: Check PR run
2224
uses: bitwarden/gh-actions/.github/workflows/check-run.yml@main
25+
permissions:
26+
contents: read
2327

2428
sast:
2529
name: SAST scan

0 commit comments

Comments
 (0)