summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2024-07-25 09:04:49 +0200
committerLinus Färnstrand <linus@mullvad.net>2024-07-25 09:04:49 +0200
commit4e578eaa07c16886caa06f1979ced0d40d72285e (patch)
treed24ca2cdae06832f0c2ed0db4c6cba6f641ef0b4 /.github/workflows
parent2927ce1a41055cd641f66eac1ba1c177c8505e28 (diff)
downloadmullvadvpn-4e578eaa07c16886caa06f1979ced0d40d72285e.tar.xz
mullvadvpn-4e578eaa07c16886caa06f1979ced0d40d72285e.zip
Limit permissions on shellcheck CI job
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/shellcheck.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml
index 7bf0f78da3..a0fe536d17 100644
--- a/.github/workflows/shellcheck.yml
+++ b/.github/workflows/shellcheck.yml
@@ -4,6 +4,8 @@ on:
pull_request:
workflow_dispatch:
+permissions: {}
+
jobs:
shellcheck:
name: Shellcheck