Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/CodeQuality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:

permissions:
contents: read
checks: write # dorny/test-reporter check run + annotations
pull-requests: write # sticky coverage comment

jobs:
# SonarCloud analysis. Kept as a single instance on a single OS: running
Expand Down Expand Up @@ -61,6 +59,10 @@ jobs:
# Needs no secrets, so it also produces signal on fork PRs (where SONAR_TOKEN is absent).
build-test:
name: Build & Test (${{ matrix.os }})
permissions:
contents: read
checks: write # dorny/test-reporter check run + annotations
pull-requests: write # sticky coverage comment
strategy:
fail-fast: false
matrix:
Expand Down
Loading