Skip to content

Commit e405063

Browse files
authored
Merge pull request #123 from Mind-Sports-Games/pla-1032-create-a-dependabot-for-scala-to-search-for-vulnerabilities
add workflow to submit scala dependencies
2 parents d24fc92 + 2199081 commit e405063

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Update Dependency Graph
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches:
7+
- master #default branch of project
8+
9+
jobs:
10+
update-graph:
11+
name: Update Dependency Graph
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: actions/checkout@v4
15+
- uses: scalacenter/sbt-dependency-submission@v3
16+
with:
17+
working-directory: './'

0 commit comments

Comments
 (0)