diff --git a/.github/workflows/snyk-push.yml b/.github/workflows/snyk-push.yml index 413c41502..26d748bbc 100644 --- a/.github/workflows/snyk-push.yml +++ b/.github/workflows/snyk-push.yml @@ -22,4 +22,4 @@ jobs: ORG_GRADLE_PROJECT_hivemqCommonsPassword: ${{ secrets.PUBLISH_GITHUB_TOKEN }} with: command: monitor - args: --all-sub-projects --configuration-matching=^runtimeClasspath$ --target-reference=${{ github.ref_name }} mqtt-cli + args: --configuration-matching=^runtimeClasspath$ --target-reference=${{ github.ref_name }} mqtt-cli diff --git a/.github/workflows/snyk-release.yml b/.github/workflows/snyk-release.yml index 3c2b43c5a..bd39e96a8 100644 --- a/.github/workflows/snyk-release.yml +++ b/.github/workflows/snyk-release.yml @@ -22,4 +22,4 @@ jobs: ORG_GRADLE_PROJECT_hivemqCommonsPassword: ${{ secrets.PUBLISH_GITHUB_TOKEN }} with: command: monitor - args: --all-sub-projects --configuration-matching=^runtimeClasspath$ --target-reference=${{ github.ref_name }} mqtt-cli + args: --configuration-matching=^runtimeClasspath$ --target-reference=${{ github.ref_name }} mqtt-cli