From 5840a242a65cf2ddad87944f1fd8de2a4bdf3203 Mon Sep 17 00:00:00 2001 From: Mihir Kandoi Date: Mon, 28 Jul 2025 22:23:34 +0530 Subject: [PATCH] Potential fix for code scanning alert no. 13: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/server-tests-mariadb-faux.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/server-tests-mariadb-faux.yml b/.github/workflows/server-tests-mariadb-faux.yml index 8334661cb0c..b448b115081 100644 --- a/.github/workflows/server-tests-mariadb-faux.yml +++ b/.github/workflows/server-tests-mariadb-faux.yml @@ -1,6 +1,7 @@ # Tests are skipped for these files but github doesn't allow "passing" hence this is required. name: Skipped Tests +permissions: {} on: pull_request: