From 6908d6564058038fade5cc54e25ffee092513718 Mon Sep 17 00:00:00 2001 From: Andrew Reed Date: Thu, 7 May 2026 13:24:39 -0500 Subject: [PATCH] Try adding action read permission to codeql analysis Landlord is failing with Error: Resource not accessible by integration - https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run --- .github/workflows/codeql-analysis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 40eb31b..1ce7078 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -31,6 +31,9 @@ on: PAT: required: false +permissions: + actions: read + jobs: codeql-analyze: name: CodeQL Analyze