Skip to content

Commit

Permalink
Merge pull request #618 from modelix/bugfix/MODELIX-792-Enable-test-r…
Browse files Browse the repository at this point in the history
…esult-reporting-in-PR-pipelines

ci: fix permissions for sarif upload
  • Loading branch information
languitar authored Mar 18, 2024
2 parents 275514e + 1facc21 commit 9038e0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ jobs:

runs-on: ubuntu-latest

# Cf. https://github.com/marketplace/actions/publish-test-results#permissions
permissions:
# Cf. https://github.com/marketplace/actions/publish-test-results#permissions
checks: write
pull-requests: write
# For detekt
security-events: write

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9038e0b

Please sign in to comment.