Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Build: Set minimum permission for GitHub Actions Token
Closes jquerygh-2129

Signed-off-by: Ashish Kurmi <akurmi@stepsecurity.io>
  • Loading branch information
ashishkurmi authored Dec 1, 2022
commit 970a0cfa23da4b7c87224d9f1b8c826fa096e56f
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down