Merge pull request #2718 from github/kaeluka/4779-1

Update workflow permissions
This commit is contained in:
Stephan Brandauer 2025-01-24 14:16:12 +01:00 committed by GitHub
commit 573ad887cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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