From 678c3d3676acc24cb6e5af89cf9b86e0e44421c1 Mon Sep 17 00:00:00 2001 From: Nat Dean-Lewis <94526761+natdeanlewissoftwire@users.noreply.github.com> Date: Thu, 4 Jun 2026 16:23:38 +0100 Subject: [PATCH] Potential fix for pull request finding 'CodeQL / Workflow does not contain permissions' Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/production_pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/production_pipeline.yml b/.github/workflows/production_pipeline.yml index c2f673eac..6fc1c3b96 100644 --- a/.github/workflows/production_pipeline.yml +++ b/.github/workflows/production_pipeline.yml @@ -24,6 +24,8 @@ jobs: sbom: name: Upload SBOM needs: [aws_deploy] + permissions: + contents: read uses: ./.github/workflows/upload-sbom.yml with: projectversion: prod