-
Notifications
You must be signed in to change notification settings - Fork 23
75 lines (73 loc) · 2.43 KB
/
sbt-dependency-submission.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# See https://github.com/marketplace/actions/sbt-dependency-submission
name: Update Dependency Graph
on:
# push:
# branches:
# - master # default branch of the project
schedule:
- cron: "0 20 * * *"
workflow_dispatch:
# Permission can be added at job level or workflow level
permissions:
contents: write # This is required to upload for the dependency-submission
jobs:
dependency-graph:
name: Update Dependency Graph
runs-on: ubuntu-latest # or windows-latest, or macOS-latest
steps:
- uses: actions/checkout@v3
- name: Setup Java and Scala
uses: olafurpg/setup-scala@v14
with:
java-version: adopt@1.11
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "18" # or whatever
# - name: Setup Scala.JS
# uses: japgolly/setup-scalajs@v1
- name: Cache sbt
uses: coursier/cache-action@v6.3
# - name: npm install
# run: npm install
- uses: scalacenter/sbt-dependency-submission@v2
with:
working-directory: ./
modules-ignore:
root_3
shared-test
polluxanoncredstest_3
# predef_3
# mercury-agent-didcommx_3
# identus-cloud-agent_3
# mercury-protocol-coordinate-mediation_3
# pollux-sql-doobie_3
# mercury-protocol-outofband-login_3
# connect-sql-doobie_3
# shared
# pollux-core_3
# pollux-sd-jwt_3
# shared-json
# pollux-vc-jwt_3
# mercury-agent-core_3
# mercury-protocol-connection_3
# mercury-protocol-present-proof_3
# castor-core_3
# connect-core_3
# mercury-protocol-trust-ping_3
# shared-crypto
# mercury-protocol-report-problem_3
# pollux-prex_3
# mercury-data-models_3
# mercury-resolver_3
# mercury-protocol-issue-credential_3
# pollux-anoncreds_3
# mercury-protocol-routing-2-0_3
# mercury-verifiable-credentials_3
# mercury-protocol-did-exchange_3
# mercury-protocol-revocation-notification_3
# mercury-protocol-invitation_3
# event-notification_3
# prism-node-client_3
# cloud-agent-wallet-api_3
configs-ignore: test scala-tool scala-doc-tool