From 9474efea3244066c90ab5ffb28695fa3de9470b2 Mon Sep 17 00:00:00 2001 From: Samu Lang Date: Mon, 2 Feb 2026 11:24:41 +0000 Subject: [PATCH 1/2] Add permissions to CI Fixes https://github.com/langsamu/GraphEngine/security/code-scanning/7 --- .github/workflows/CI.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 4750d80..0e9daa1 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -1,5 +1,8 @@ name: CI +permissions: + contents: read + env: CONFIGURATION: Release From 50f2d67330134ee3ec734ca25b709cffc7c0c06f Mon Sep 17 00:00:00 2001 From: Samu Lang Date: Mon, 2 Feb 2026 11:29:15 +0000 Subject: [PATCH 2/2] Add permissions to Release Fixes https://github.com/langsamu/GraphEngine/security/code-scanning/6 --- .github/workflows/Release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 00dc025..857c036 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -1,5 +1,8 @@ name: Release +permissions: + contents: read + env: CONFIGURATION: Release