Skip to content

Commit

Permalink
No issue: Try re-enabling the dependency submission and attach build …
Browse files Browse the repository at this point in the history
…artifacts
  • Loading branch information
reckart committed Nov 5, 2024
1 parent 07a5b26 commit a9b833e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,11 @@ jobs:
- name: Build with Maven
run: mvn --no-transfer-progress -B clean verify --file pom.xml

# Fails with error message - no idea why...
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
# - name: Update dependency graph
# uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6
- name: Update dependency graph
uses: advanced-security/maven-dependency-submission-action@v4

- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: build-artifacts
path: inception/inception-app-webapp/target/inception-app-webapp-*-standalone.jar

0 comments on commit a9b833e

Please sign in to comment.