Skip to content

Commit

Permalink
Restrict Actions permissions to read.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed May 31, 2022
1 parent 8155d68 commit c5f9ead
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ concurrency:
env:
GRADLE_OPTS: '-Dorg.gradle.daemon=false -Dorg.gradle.java.installations.auto-detect=false -Dorg.gradle.warning.mode=fail'

permissions:
contents: read

jobs:
build:
name: Java ${{ matrix.java }} (${{ matrix.os }})
Expand Down

0 comments on commit c5f9ead

Please sign in to comment.