Fix permissions for check-run action (#5316)

This commit is contained in:
Matt Andreko 2025-06-09 09:34:28 -04:00 committed by GitHub
parent beb4c533c8
commit 7adbfdcc84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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