We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dd967b commit 3e45a6fCopy full SHA for 3e45a6f
.github/workflows/build_maven_package.yml
@@ -73,6 +73,6 @@ jobs:
73
74
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
75
- name: Update dependency graph
76
- # if DISABLE_MAVEN_DEPENDENCY_SUBMISSION is set to true, skip this step
77
- if: ${{ vars.DISABLE_MAVEN_DEPENDENCY_SUBMISSION != 'true' }}
+ # if ENABLE_MAVEN_DEPENDENCY_SUBMISSION is set to true, run this step
+ if: ${{ vars.ENABLE_MAVEN_DEPENDENCY_SUBMISSION == 'true' }}
78
uses: advanced-security/maven-dependency-submission-action@main
0 commit comments