From 5af1a9fec950dc6aadac06b43b1ee7efd4acf143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Sat, 18 Apr 2026 14:23:47 +0000 Subject: [PATCH] chore: workflow: add scan id --- .github/workflows/vuln-scan.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/vuln-scan.yml b/.github/workflows/vuln-scan.yml index 9a9e8fe..62ca910 100644 --- a/.github/workflows/vuln-scan.yml +++ b/.github/workflows/vuln-scan.yml @@ -74,6 +74,7 @@ jobs: # state/seen.json, the 25-hour window, the output files to write, # and how to rewrite state/seen.json at the end of the run. - name: Research for online mentions of new vulns + id: scan uses: anthropics/claude-code-action@v1 env: SCAN_DATE: ${{ github.run_started_at }}