diff options
author | George Petculescu <gxgpet@users.noreply.github.com> | 2022-12-01 02:07:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-01 02:07:44 +0100 |
commit | ad060386f3bd9b9bbebbd03c4f9279fe0c182b29 (patch) | |
tree | 55061c0422fceaa8c13004de1d8165a2f6e767fe | |
parent | 0588cc67f9a20358d170265aa1124c2d43339db8 (diff) | |
parent | 526fc02a29dc85148682ae38b5b3256c9d999435 (diff) |
Merge pull request #6155 from sashashura/patch-1
GitHub Workflows security hardening
-rw-r--r-- | .github/workflows/test-phpunit.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/test-phpunit.yml b/.github/workflows/test-phpunit.yml index e5ad97a44..81e4dc5e2 100644 --- a/.github/workflows/test-phpunit.yml +++ b/.github/workflows/test-phpunit.yml @@ -2,6 +2,9 @@ name: PHPUnit on: [push, pull_request] +permissions: + contents: read + jobs: tests: runs-on: ubuntu-18.04 |