ci: restrict ci.yml workflow permissions to contents: read (#233)

This commit is contained in:
d3vyce
2026-04-07 10:44:59 +02:00
committed by GitHub
parent 54decaf3e1
commit f8e090c7c3

View File

@@ -6,6 +6,9 @@ on:
pull_request:
branches: [main]
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true