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>pull/5719/head
parent
7656c6b9f1
commit
efe32ac333
|
@ -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,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 New Issue