From 652e7aa753950232ec96ad1ffb2310bf5bdddcea Mon Sep 17 00:00:00 2001 From: Zhiwei Liang Date: Mon, 16 Dec 2024 21:17:22 -0500 Subject: [PATCH] Remove unnecessary permissions --- .github/workflows/codeql.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 06c9cab3f..f44a9a603 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -13,16 +13,8 @@ jobs: name: Analyze (${{ matrix.language }}) runs-on: ubuntu-latest permissions: - # required for all workflows security-events: write - # required to fetch internal or private CodeQL packs - packages: read - - # only required for workflows in private repositories - actions: read - contents: read - strategy: fail-fast: false matrix: