From 510c132ba97d69bd646b87ef79ad88580c86924e Mon Sep 17 00:00:00 2001 From: tdruez Date: Thu, 2 Apr 2026 14:58:33 +0400 Subject: [PATCH] chore: upgrade scancode-action to latest running docker image Signed-off-by: tdruez --- .github/workflows/find-vulnerabilities.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/find-vulnerabilities.yml b/.github/workflows/find-vulnerabilities.yml index d04813a1..fef2330c 100644 --- a/.github/workflows/find-vulnerabilities.yml +++ b/.github/workflows/find-vulnerabilities.yml @@ -23,7 +23,7 @@ jobs: persist-credentials: false # do not keep the token around - name: Fail on known vulnerabilities - uses: aboutcode-org/scancode-action@6e900c920928c44932e756e308561451b09ec58b + uses: aboutcode-org/scancode-action@76777db8400d719de67ba3e465c5881037b45cb9 # v0.1 with: pipelines: "inspect_packages:StaticResolver,find_vulnerabilities" check-compliance: true