Skip to content

Commit 7adbfdc

Browse files
Fix permissions for check-run action (#5316)
1 parent beb4c53 commit 7adbfdc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/scan.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,14 @@ on:
1111
branches:
1212
- main
1313

14+
permissions: {}
15+
1416
jobs:
1517
check-run:
1618
name: Check PR run
1719
uses: bitwarden/gh-actions/.github/workflows/check-run.yml@main
18-
permissions: read-all
20+
permissions:
21+
contents: read
1922

2023
sast:
2124
name: SAST scan

0 commit comments

Comments
 (0)