From f6c87c4568b3d55d5fb9666f314a9655f596bd91 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: