ci: 🐛 Remove unnecessary permissions from tests

This commit is contained in:
Jesse Wierzbinski 2024-12-31 17:38:13 +01:00
parent 9d88fdbe53
commit 1137782f2a
No known key found for this signature in database

View file

@ -31,8 +31,6 @@ jobs:
--health-retries 5
permissions:
contents: read
security-events: write
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
steps:
- name: Checkout code
uses: actions/checkout@v4