Skip to content

Commit

Permalink
Merge pull request #46 from sandialabs/security-issues
Browse files Browse the repository at this point in the history
Restrict CI permissions to read
  • Loading branch information
jmgate authored Jul 4, 2024
2 parents c341421 + 627a50f commit 95f1599
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ defaults:
run:
shell: bash

permissions:
contents: read

jobs:
test:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -52,6 +55,7 @@ jobs:
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}


- name: Check documentation spelling
run: make spelling
working-directory: ./doc
Expand Down

0 comments on commit 95f1599

Please sign in to comment.