mirror of
https://github.com/bitwarden/android.git
synced 2026-03-12 13:14:35 -05:00
Fix permissions for check-run action (#5316)
This commit is contained in:
5
.github/workflows/scan.yml
vendored
5
.github/workflows/scan.yml
vendored
@@ -11,11 +11,14 @@ on:
|
||||
branches:
|
||||
- main
|
||||
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
check-run:
|
||||
name: Check PR run
|
||||
uses: bitwarden/gh-actions/.github/workflows/check-run.yml@main
|
||||
permissions: read-all
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
sast:
|
||||
name: SAST scan
|
||||
|
||||
Reference in New Issue
Block a user