chore(workflows): set workflow permissions in jobs

This commit is contained in:
2024-08-21 11:03:25 +03:00
parent 92b8749e34
commit c18ea6bebe
12 changed files with 54 additions and 54 deletions

View File

@@ -3,15 +3,16 @@ name: Reviewdog Linters
on: [push]
permissions:
contents: read
packages: read
statuses: write
jobs:
linters:
name: Linters
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
statuses: write
steps:
- uses: actions/checkout@v4