diff --git a/.github/workflows/build_maven_package.yml b/.github/workflows/build_maven_package.yml index 4e39076b..1128d59f 100644 --- a/.github/workflows/build_maven_package.yml +++ b/.github/workflows/build_maven_package.yml @@ -1,6 +1,6 @@ # CI with maven build and scan # -# version 1.0.0 +# version 1.0.1 # # see : https://universe.fugerit.org/src/docs/conventions/workflows/build_maven_package.html @@ -67,4 +67,6 @@ jobs: # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive - name: Update dependency graph + # if DISABLE_MAVEN_DEPENDENCY_SUBMISSION is set to true, skip this step + if: ${{ vars.DISABLE_MAVEN_DEPENDENCY_SUBMISSION != 'true' }} uses: advanced-security/maven-dependency-submission-action@main \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fd4e52c..31444708 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - fj-bom set to 1.6.0 - review workflows +- Upgraded build_maven_package workflow to version 1.0.1, (accespt DISABLE_MAVEN_DEPENDENCY_SUBMISSION) ## [8.4.7] - 2024-01-22