Skip to content

Commit

Permalink
Uploads information to the GitHub dependency graph and unblocking Dep…
Browse files Browse the repository at this point in the history
…endabot alerts for the repository
  • Loading branch information
seblm committed Oct 6, 2024
1 parent e4c14e8 commit c87865c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches: [ main ]

permissions:
contents: write

jobs:
build:

Expand All @@ -19,3 +22,4 @@ jobs:
java-version: '17'
cache: 'sbt'
- run: sbt scalafmtCheckAll test jgiven-scalatest-reporter/publishLocal scripted
- uses: scalacenter/sbt-dependency-submission@v3

0 comments on commit c87865c

Please sign in to comment.