Merge pull request #19124 from Ultimaker/reduce-printer-linter-access-rights

Reduce permissions on printer-linter GitHub actions
This commit is contained in:
Jelle Spijker 2024-05-23 14:21:59 +02:00 committed by GitHub
commit 8390505efd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,9 @@ on:
path:
- "resources/**"
permissions:
contents: read
jobs:
printer-linter-diagnose:
name: Printer linter PR diagnose

View File

@ -5,6 +5,9 @@ on:
workflows: ["printer-linter-pr-diagnose"]
types: [completed]
permissions:
issues: write
jobs:
clang-tidy-results:
# Trigger the job only if the previous (insecure) workflow completed successfully