From d4c4db84ca49a13bd9f50d9e4170f43eb4d44bd7 Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Thu, 17 Apr 2025 06:23:35 +0200 Subject: [PATCH] build: set default permissions --- .github/workflows/ci-build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 24bee67..30c350a 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -10,11 +10,15 @@ on: jobs: lint: runs-on: ubuntu-24.04 + permissions: + contents: read steps: - uses: actions/checkout@v4 - uses: ludeeus/action-shellcheck@2.0.0 build: runs-on: ubuntu-24.04 + permissions: + contents: read needs: - lint steps: