From 3a1f2262e376f0aec10d9523469ebc2ecdcea069 Mon Sep 17 00:00:00 2001 From: Mateusz Daniluk <121170681+VeithMetro@users.noreply.github.com> Date: Tue, 21 Oct 2025 14:07:05 +0200 Subject: [PATCH 1/5] Add permissions section to GitHub Actions workflow --- .github/workflows/Build ThunderNanoServicesRDK on Linux.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/Build ThunderNanoServicesRDK on Linux.yml b/.github/workflows/Build ThunderNanoServicesRDK on Linux.yml index 2a0051ce..8cd8d81b 100644 --- a/.github/workflows/Build ThunderNanoServicesRDK on Linux.yml +++ b/.github/workflows/Build ThunderNanoServicesRDK on Linux.yml @@ -1,5 +1,8 @@ name: Build ThunderNanoServicesRDK on Linux +permissions: + contents: read + on: workflow_dispatch: push: From 61899155c0c4544f4d78f5f97875bc62bf1cecd9 Mon Sep 17 00:00:00 2001 From: Mateusz Daniluk <121170681+VeithMetro@users.noreply.github.com> Date: Tue, 21 Oct 2025 14:07:15 +0200 Subject: [PATCH 2/5] Add permissions section to workflow file --- .github/workflows/Build ThunderNanoServicesRDK on MacOS.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/Build ThunderNanoServicesRDK on MacOS.yml b/.github/workflows/Build ThunderNanoServicesRDK on MacOS.yml index bc61a12d..d73a82cc 100644 --- a/.github/workflows/Build ThunderNanoServicesRDK on MacOS.yml +++ b/.github/workflows/Build ThunderNanoServicesRDK on MacOS.yml @@ -1,5 +1,8 @@ name: Build ThunderNanoServicesRDK on MacOS +permissions: + contents: read + on: workflow_dispatch: push: From 519051bc89081c69331e2014450a9c9dd5667a58 Mon Sep 17 00:00:00 2001 From: Mateusz Daniluk <121170681+VeithMetro@users.noreply.github.com> Date: Tue, 21 Oct 2025 14:07:25 +0200 Subject: [PATCH 3/5] Add permissions section to workflow file --- .github/workflows/Build ThunderNanoServicesRDK on Windows.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/Build ThunderNanoServicesRDK on Windows.yml b/.github/workflows/Build ThunderNanoServicesRDK on Windows.yml index c81b0b9d..1c166816 100644 --- a/.github/workflows/Build ThunderNanoServicesRDK on Windows.yml +++ b/.github/workflows/Build ThunderNanoServicesRDK on Windows.yml @@ -1,5 +1,8 @@ name: Build ThunderNanoServicesRDK on Windows +permissions: + contents: read + on: workflow_dispatch: push: From e938320b679f0c3e4983d3f716e07aae7c2edb9f Mon Sep 17 00:00:00 2001 From: Mateusz Daniluk <121170681+VeithMetro@users.noreply.github.com> Date: Tue, 21 Oct 2025 14:07:35 +0200 Subject: [PATCH 4/5] Add permissions section to Linux build template --- .github/workflows/Linux build template.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/Linux build template.yml b/.github/workflows/Linux build template.yml index 4a1c8e99..28fa23b2 100644 --- a/.github/workflows/Linux build template.yml +++ b/.github/workflows/Linux build template.yml @@ -1,5 +1,8 @@ name: Linux build template +permissions: + contents: read + on: workflow_call: From 697b444d2405f7d6e6b6cbdedd4a1defed86f5e4 Mon Sep 17 00:00:00 2001 From: Mateusz Daniluk <121170681+VeithMetro@users.noreply.github.com> Date: Tue, 21 Oct 2025 14:07:43 +0200 Subject: [PATCH 5/5] Update MacOS build template with permissions Add permissions section to MacOS build template --- .github/workflows/MacOS build template.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/MacOS build template.yml b/.github/workflows/MacOS build template.yml index 7d710dc0..bd3581a1 100644 --- a/.github/workflows/MacOS build template.yml +++ b/.github/workflows/MacOS build template.yml @@ -1,5 +1,8 @@ name: MacOS build template +permissions: + contents: read + on: workflow_call: