summaryrefslogtreecommitdiff
path: root/.github/workflows/linter.yml
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2021-11-13 14:40:20 +0000
committerEvgeny Vereshchagin <evvers@ya.ru>2021-11-13 22:17:21 +0300
commit311956ccd91614a7d5fb8cbb458fb8dc6fdfcf97 (patch)
tree38c864cda767b006da0f18349eb0b9c17c32aa3c /.github/workflows/linter.yml
parent76a7c636a9f1386210c26b33dd7ab56715405b16 (diff)
downloadsystemd-311956ccd91614a7d5fb8cbb458fb8dc6fdfcf97.tar.gz
ci: tighten several GHActions a bit more
with https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#permissions
Diffstat (limited to '.github/workflows/linter.yml')
-rw-r--r--.github/workflows/linter.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml
index cd23fd1946..3905b7a643 100644
--- a/.github/workflows/linter.yml
+++ b/.github/workflows/linter.yml
@@ -10,6 +10,8 @@ on:
- main
- v[0-9]+-stable
+permissions: read-all
+
jobs:
build:
name: Lint Code Base