File tree Expand file tree Collapse file tree 5 files changed +8
-0
lines changed Expand file tree Collapse file tree 5 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1212
1313jobs :
1414 Tests :
15+ permissions : {}
1516 runs-on : ${{ matrix.os }}
1617 timeout-minutes : 15
1718 strategy :
4142 env :
4243 CI : true
4344 Lint :
45+ permissions : {}
4446 runs-on : ubuntu-latest
4547 timeout-minutes : 5
4648 steps :
6163 if : (${{ success() }} || ${{ failure() }}) # ensures this step runs even if previous steps fail
6264 run : pnpm build && { [ "`git status --porcelain=v1`" == "" ] || (echo "Generated types have changed — please regenerate types locally with `cd packages/svelte && pnpm generate:types` and commit the changes after you have reviewed them"; git diff; exit 1); }
6365 Benchmarks :
66+ permissions : {}
6467 runs-on : ubuntu-latest
6568 timeout-minutes : 15
6669 steps :
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 if : github.repository == 'sveltejs/svelte' && github.event.issue.pull_request && startsWith(github.event.comment.body, '/ecosystem-ci run')
1111 steps :
12+ - uses : GitHubSecurityLab/actions-permissions/monitor@v1
1213 - uses : actions/github-script@v6
1314 with :
1415 script : |
Original file line number Diff line number Diff line change 1111 name : ' Update comment'
1212 runs-on : ubuntu-latest
1313 steps :
14+ - uses : GitHubSecurityLab/actions-permissions/monitor@v1
1415 - name : Download artifact
1516 uses : actions/download-artifact@v4
1617 with :
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ on: [push, pull_request]
33
44jobs :
55 build :
6+ permissions : {}
7+
68 runs-on : ubuntu-latest
79
810 steps :
Original file line number Diff line number Diff line change 1717 name : Release
1818 runs-on : ubuntu-latest
1919 steps :
20+ - uses : GitHubSecurityLab/actions-permissions/monitor@v1
2021 - name : Checkout Repo
2122 uses : actions/checkout@v4
2223 with :
You can’t perform that action at this time.
0 commit comments