From db259b6bd043fa7bf6b3fb76784cd9b1fc3d9b69 Mon Sep 17 00:00:00 2001 From: Yonathan Mengesha Date: Sat, 15 Jul 2023 01:02:58 +0200 Subject: [PATCH] Do not use all-sub-projects to make the run similar to the PR check --- .github/workflows/snyk-push.yml | 2 +- .github/workflows/snyk-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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