Skip to content

Commit

Permalink
Added permissions to override repo/org settings w/ least privileges…
Browse files Browse the repository at this point in the history
… required for improved security (https://cwe.mitre.org/data/definitions/275.html)
  • Loading branch information
adamlui committed Jan 11, 2025
1 parent 6252057 commit 1c2a6fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint-on-push-pr.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Lint pushes/PRs
on: [push, pull_request]

permissions:
contents: read

jobs:

js-json-md-yaml-lint:
Expand Down

0 comments on commit 1c2a6fd

Please sign in to comment.