From bdf7544aaccc96d5dce1068c245754a8a1f50f21 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 06:05:45 +0000 Subject: [PATCH] chore(deps): update anchore/scan-action action to v7 --- .github/workflows/security_scanning.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security_scanning.yml b/.github/workflows/security_scanning.yml index 728c71d..ef07de3 100644 --- a/.github/workflows/security_scanning.yml +++ b/.github/workflows/security_scanning.yml @@ -60,7 +60,7 @@ jobs: OPENVOXDB_VERSION=${{ matrix.db_version }} - name: Scan image with Anchore Grype - uses: anchore/scan-action@v6 + uses: anchore/scan-action@v7 id: scan with: image: 'ci/openvoxdb:${{ steps.extract_version.outputs.version }}'