Skip to content

Commit

Permalink
Remove permissions for build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bdpedigo committed May 10, 2024
1 parent 915c26b commit e78d399
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,15 @@ on:
jobs:
static-code-analysis:
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v3
with:
languages: 'python'
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v3
build-reference-documentation:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit e78d399

Please sign in to comment.