Skip to content

Commit

Permalink
* Simplify permissions J:DEF-3582
Browse files Browse the repository at this point in the history
  • Loading branch information
JPLachance committed Nov 12, 2024
1 parent b106008 commit 54b8a5e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/java-maven-openjdk-dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,7 @@ jobs:
uses: coveo/public-actions/.github/workflows/java-maven-openjdk-dependency-submission.yml@main

permissions:
actions: read
contents: write
security-events: write

with:
runs-on: ${{ inputs.runs-on }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ jobs:
image: maven:${{ inputs.mvn-version }}-eclipse-temurin-${{ inputs.jdk-version }}

permissions:
actions: read
contents: write
security-events: write

steps:
- name: Checkout repository
Expand Down

0 comments on commit 54b8a5e

Please sign in to comment.