Skip to content

Commit 1c36b6d

Browse files
authored
Update maven.yml
1 parent 46c4d3e commit 1c36b6d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/maven.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ on:
1616

1717
jobs:
1818
build:
19-
2019
runs-on: ubuntu-latest
21-
2220
steps:
2321
- uses: actions/checkout@v4
2422
- name: Set up JDK 17
@@ -27,9 +25,11 @@ jobs:
2725
java-version: '17'
2826
distribution: 'temurin'
2927
cache: maven
30-
- name: Build with Maven
31-
run: mvn -B package
32-
working-directory: OtmTodoApp-master/OtmTodoApp-master
28+
- name: Build with Maven
29+
run: mvn -B package
30+
working-directory: OtmTodoApp-master/OtmTodoApp-master
31+
- name: Update dependency graph
32+
uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6
3333

3434
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
3535
- name: Update dependency graph

0 commit comments

Comments
 (0)