mirror of
https://github.com/ivuorinen/.github.git
synced 2026-02-25 22:51:41 +00:00
fix(ci): top level permissions, env hardening
This commit is contained in:
8
.github/workflows/reviewdog-linters.yml
vendored
8
.github/workflows/reviewdog-linters.yml
vendored
@@ -3,6 +3,14 @@ name: Reviewdog Linters
|
||||
|
||||
on: [pull_request]
|
||||
|
||||
env:
|
||||
ACTIONS_ALLOW_UNSECURE_COMMAND=false
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
packages: read
|
||||
statuses: write
|
||||
|
||||
jobs:
|
||||
linters:
|
||||
name: Linters
|
||||
|
||||
Reference in New Issue
Block a user