diff options
author | Ashish Kurmi <100655670+boahc077@users.noreply.github.com> | 2022-12-01 04:53:34 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-01 13:53:34 +0100 |
commit | 970a0cfa23da4b7c87224d9f1b8c826fa096e56f (patch) | |
tree | 1812350635c632a2c06d10f2d4f07a44e011ceed /.github/workflows | |
parent | 62f2ccc5678a8b09df85afd006eb623ac38af189 (diff) | |
download | jquery-ui-970a0cfa23da4b7c87224d9f1b8c826fa096e56f.tar.gz jquery-ui-970a0cfa23da4b7c87224d9f1b8c826fa096e56f.zip |
Build: Set minimum permission for GitHub Actions Token
Closes gh-2129
Signed-off-by: Ashish Kurmi <akurmi@stepsecurity.io>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/test.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a513e6753..9e16860c6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,6 +2,9 @@ name: Grunt tests on: [push, pull_request] +permissions: + contents: read + jobs: grunt: name: Grunt based tests with Node.js ${{ matrix.node-version }} |