Potential fix for code scanning alert no. 1: Workflow does not contain permissions (#474)

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
This commit is contained in:
Emrik Östling 2025-12-14 20:33:27 +01:00 committed by GitHub
parent 689e66e3f9
commit ab352987d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,9 @@ on:
pull_request_target:
types: [opened, edited]
name: conventional-release-labels
permissions:
contents: read
pull-requests: write
jobs:
label:
runs-on: ubuntu-latest