From 2f983bb2258418b3b44ea70c92249376c9aa1157 Mon Sep 17 00:00:00 2001 From: "Matteo Franci a.k.a. Fugerit" Date: Sat, 17 Feb 2024 23:39:21 +0100 Subject: [PATCH] Upgraded build_maven_package workflow to version 1.0.1 --- .github/workflows/build_maven_package.yml | 2 ++ CHANGELOG.md | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/build_maven_package.yml b/.github/workflows/build_maven_package.yml index 1e4da87..55e6080 100644 --- a/.github/workflows/build_maven_package.yml +++ b/.github/workflows/build_maven_package.yml @@ -64,4 +64,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 b13f502..95d61ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Upgraded build_maven_package workflow to version 1.0.1, (accespt DISABLE_MAVEN_DEPENDENCY_SUBMISSION) + ## [1.6.0] - 2024-02-11 ### Changed