mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Build: Set minimum permission for GitHub Actions Token
Closes gh-2129 Signed-off-by: Ashish Kurmi <akurmi@stepsecurity.io>
This commit is contained in:
parent
62f2ccc567
commit
970a0cfa23
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user