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 cc3ea3a commit 64ce522
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,20 @@ env:
jobs:
ci:
uses: ./.github/workflows/ci.yml

codeql:
uses: ./.github/workflows/codeql.yml
permissions:
contents: read

slow:
uses: ./.github/workflows/slow.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 64ce522

Please sign in to comment.