From b6959a177c4d543311e74e4b8f27eb4693e5761d Mon Sep 17 00:00:00 2001 From: Chuck Lever Date: Fri, 15 Aug 2025 15:54:43 -0400 Subject: [PATCH] workflows: Fix permission setting on new MUSL job I didn't realize I need to specify the permission setting on all jobs in a workflow. Reported-by: CodeQL Signed-off-by: Chuck Lever --- .github/workflows/makefile.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index d665d79..6353900 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -45,6 +45,7 @@ jobs: build-musl: runs-on: ubuntu-latest + permissions: read-all container: alpine:latest strategy: fail-fast: false