From a9372eccfb10e6a72eedf8192524c3ccc28247dc Mon Sep 17 00:00:00 2001 From: steveoh Date: Tue, 27 Jun 2023 13:41:48 -0600 Subject: [PATCH] ci: set explicit permissions --- .github/workflows/pull_request.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 2cecab0..5aca523 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -10,6 +10,8 @@ concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} cancel-in-progress: true +permissions: {} + jobs: test-unit: name: Unit Tests