mirror of
https://github.com/bitwarden/android.git
synced 2025-12-10 09:56:45 -06:00
Fix permissions for check-run action (#5316)
This commit is contained in:
parent
beb4c533c8
commit
7adbfdcc84
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user