Skip to content

Commit

Permalink
[bug] Remove dependency graph plugin
Browse files Browse the repository at this point in the history
It fails reporting, and actions suggested in
https://github.com/marketplace/actions/sbt-dependency-submission#unexpected-status-403
don't work and are also not particularly safe.
  • Loading branch information
arielshaqed committed Aug 21, 2023
1 parent 63a9c2f commit 675617d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci-scala.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Scala CI
on:
push:
branches: [ "main" ]
pull_request:
pull_request: {}
workflow_dispatch: {}

permissions:
Expand All @@ -24,6 +24,3 @@ jobs:
cache: 'sbt'
- name: Run tests
run: sbt test
# Optional: This step uploads information to the GitHub dependency graph and unblocking Dependabot alerts for the repository
- name: Upload dependency graph
uses: scalacenter/sbt-dependency-submission@ab086b50c947c9774b70f39fc7f6e20ca2706c91

0 comments on commit 675617d

Please sign in to comment.