Merge pull request #11320 from stevenhorsman/gatekeeper-workflow-permissions

workflows: gatekeeper: Update permissions
This commit is contained in:
Steve Horsman 2025-05-28 15:38:06 +01:00 committed by GitHub
commit 49f86aaa0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,6 +19,8 @@ concurrency:
jobs:
gatekeeper:
runs-on: ubuntu-22.04
permissions:
contents: read
steps:
- uses: actions/checkout@v4
with: