Skip to content

Commit

Permalink
ci: update top level permissions to make scorecard happy (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsdmike authored Jul 8, 2024
1 parent 18b01ba commit b948ca5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/semantic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: "Semantic Pull Request"

on:
pull_request:
types: ['opened', 'edited', 'reopened', 'synchronize']
types: ["opened", "edited", "reopened", "synchronize"]
permissions:
contents: read
jobs:
main:
name: Validate PR and Commits
Expand Down

0 comments on commit b948ca5

Please sign in to comment.