Skip to content

Commit

Permalink
Fix permissions for semgrep_diff
Browse files Browse the repository at this point in the history
  • Loading branch information
jiekang committed Jul 4, 2024
1 parent b575eaa commit 529d1c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/semgrep_diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ name: Semgrep Differential Scan
on:
pull_request:

permissions:
contents: read
statuses: write

jobs:
semgrep-diff:
uses: adoptium/.github/.github/workflows/semgrep_diff.yml@main

0 comments on commit 529d1c2

Please sign in to comment.