Skip to content

Commit f8c5229

Browse files
committed
fix: paths to settings.xml in ci
Signed-off-by: Sam Gammon <[email protected]>
1 parent 3ef2fa7 commit f8c5229

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.dependency-graph.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
continue-on-error: true
3232
uses: advanced-security/maven-dependency-submission-action@bfd2106013da0957cdede0b6c39fb5ca25ae375e # v4.0.2
3333
with:
34-
directory: ./tools/graph
35-
settings-file: settings.xml
34+
directory: /home/runner/work/jpms/jpms/tools/graph
35+
settings-file: /home/runner/work/jpms/jpms/tools/graph/settings.xml
3636
ignore-maven-wrapper: true

0 commit comments

Comments
 (0)