Skip to content

Commit

Permalink
Upgraded build_maven_package workflow to version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed Feb 17, 2024
1 parent 8f1986a commit 78b64bf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_maven_compatibility.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CI maven compatibility check
#
# version 1.0.0
# version 1.0.1
#
# see : https://universe.fugerit.org/src/docs/conventions/workflows/build_maven_compatibility.html

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_maven_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 78b64bf

Please sign in to comment.