We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 275514e + 1facc21 commit 9038e0bCopy full SHA for 9038e0b
.github/workflows/build.yaml
@@ -13,10 +13,12 @@ jobs:
13
14
runs-on: ubuntu-latest
15
16
- # Cf. https://github.com/marketplace/actions/publish-test-results#permissions
17
permissions:
+ # Cf. https://github.com/marketplace/actions/publish-test-results#permissions
18
checks: write
19
pull-requests: write
20
+ # For detekt
21
+ security-events: write
22
23
steps:
24
- uses: actions/checkout@v4
0 commit comments