From 8ef31c9863a2f8a1a7a391c67240d104785825b8 Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Wed, 23 Oct 2024 19:35:00 +0200 Subject: [PATCH] tidy: restrict permissions. --- .github/workflows/tidy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tidy.yml b/.github/workflows/tidy.yml index 824a461cf8..a6c9842d3f 100644 --- a/.github/workflows/tidy.yml +++ b/.github/workflows/tidy.yml @@ -13,6 +13,9 @@ concurrency: group: ${{ github.event_name }}-${{ github.workflow }}-${{ github.ref }} cancel-in-progress: ${{github.event_name == 'pull_request'}} +permissions: + contents: read + jobs: tidy: name: tidy -- 2.39.5