Skip to content

Commit

Permalink
[Build] Add explicit job permissions for on-workflow calls
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-adaptive committed Jul 31, 2024
1 parent ea2a87d commit db9dd5a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,15 @@ env:
jobs:
ci:
uses: ./.github/workflows/ci.yml
permissions:
contents: read

codeql:
uses: ./.github/workflows/codeql.yml
permissions:
actions: read
contents: read
security-events: write

release:
name: Release java artifacts
Expand Down

0 comments on commit db9dd5a

Please sign in to comment.