Build: Set minimum permission for GitHub Actions Token

Closes gh-2129

Signed-off-by: Ashish Kurmi <akurmi@stepsecurity.io>
This commit is contained in:
Ashish Kurmi 2022-12-01 04:53:34 -08:00 committed by GitHub
parent 62f2ccc567
commit 970a0cfa23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}