There was an error while loading. Please reload this page.
1 parent c7c7f06 commit c647290Copy full SHA for c647290
1 file changed
.github/workflows/analysis.yml
@@ -45,6 +45,10 @@ jobs:
45
frontend-tests:
46
name: Frontend Tests
47
if: (! github.event.pull_request.draft)
48
+ permissions:
49
+ contents: read
50
+ checks: write
51
+ security-events: write
52
runs-on: ubuntu-24.04
53
timeout-minutes: 5
54
steps:
0 commit comments