mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
GitHub Workflows security hardening (#5598)
* build: harden frontend-tests.yml permissions Signed-off-by: Alex <aleksandrosansan@gmail.com> * build: harden frontend-admin-tests.yml permissions Signed-off-by: Alex <aleksandrosansan@gmail.com>
This commit is contained in:
parent
7656c6b9f1
commit
efe32ac333
2 changed files with 6 additions and 0 deletions
3
.github/workflows/frontend-admin-tests.yml
vendored
3
.github/workflows/frontend-admin-tests.yml
vendored
|
@ -3,6 +3,9 @@ name: "Frontend admin tests powered by Sauce Labs"
|
||||||
|
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read # to fetch code (actions/checkout)
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
withplugins:
|
withplugins:
|
||||||
name: with plugins
|
name: with plugins
|
||||||
|
|
3
.github/workflows/frontend-tests.yml
vendored
3
.github/workflows/frontend-tests.yml
vendored
|
@ -3,6 +3,9 @@ name: "Frontend tests powered by Sauce Labs"
|
||||||
|
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read # to fetch code (actions/checkout)
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
withoutplugins:
|
withoutplugins:
|
||||||
name: without plugins
|
name: without plugins
|
||||||
|
|
Loading…
Reference in a new issue