File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11# CI with maven build and scan
22#
3- # version 1.0.0
3+ # version 1.0.1
44#
55# see : https://universe.fugerit.org/src/docs/conventions/workflows/build_maven_package.html
66
6767
6868 # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
6969 - name : Update dependency graph
70+ # if DISABLE_MAVEN_DEPENDENCY_SUBMISSION is set to true, skip this step
71+ if : ${{ vars.DISABLE_MAVEN_DEPENDENCY_SUBMISSION != 'true' }}
7072 uses : advanced-security/maven-dependency-submission-action@main
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
1818- fj-bom set to 1.6.0
1919- review workflows
20+ - Upgraded build_maven_package workflow to version 1.0.1, (accespt DISABLE_MAVEN_DEPENDENCY_SUBMISSION)
2021
2122## [ 8.4.7] - 2024-01-22
2223
You can’t perform that action at this time.
0 commit comments