From d7f39764f685cbe3764f763469a0d72383d7b9c8 Mon Sep 17 00:00:00 2001
From: Stephan Brandauer <kaeluka@github.com>
Date: Fri, 24 Jan 2025 12:12:00 +0100
Subject: [PATCH] permissions block in query-filters.yml

---
 .github/workflows/query-filters.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/query-filters.yml b/.github/workflows/query-filters.yml
index c5a838716c..7bba1d6d4e 100644
--- a/.github/workflows/query-filters.yml
+++ b/.github/workflows/query-filters.yml
@@ -20,6 +20,8 @@ jobs:
     name: Query Filters Tests
     timeout-minutes: 45
     runs-on: ubuntu-latest
+    permissions:
+      contents: read # This permission is needed to allow the GitHub Actions workflow to read the contents of the repository.
     steps:
     - name: Check out repository
       uses: actions/checkout@v4