From 5fb18c600839ad00c487cfd0aac2ffcab1037a0d Mon Sep 17 00:00:00 2001 From: Andreas Maechler Date: Wed, 13 Aug 2025 13:27:46 -0600 Subject: [PATCH] Update dependency-check --- .github/workflows/cron-job-its.yml | 4 ++-- pom.xml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cron-job-its.yml b/.github/workflows/cron-job-its.yml index 0e5717ea0df3..2e9575a2f4a0 100644 --- a/.github/workflows/cron-job-its.yml +++ b/.github/workflows/cron-job-its.yml @@ -116,9 +116,9 @@ jobs: security_vulnerabilities: if: github.repository == 'apache/druid' name: security vulnerabilities - strategy: - fail-fast: false runs-on: ubuntu-latest + env: + NIST_NVD_API_KEY: ${{ secrets.NIST_NVD_API_KEY }} steps: - name: Checkout branch uses: actions/checkout@v4 diff --git a/pom.xml b/pom.xml index 70e2d89a2359..666e5765248e 100644 --- a/pom.xml +++ b/pom.xml @@ -1823,8 +1823,9 @@ org.owasp dependency-check-maven - 7.4.4 + 12.1.3 + NIST_NVD_API_KEY 7 true true