Merge pull request #192 from wneessen/fix_token_perms

Add read permissions to GitHub workflow files
This commit is contained in:
Winni Neessen 2024-03-23 15:52:26 +01:00 committed by GitHub
commit 932ac2be48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View file

@ -6,6 +6,9 @@ name: REUSE Compliance Check
on: [push, pull_request]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest

View file

@ -3,6 +3,10 @@
# SPDX-License-Identifier: CC0-1.0
name: SonarQube
permissions:
contents: read
on:
push:
branches: