From 32d98fe6722ae98be7a1a8a60493c25c01b3bf03 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Mon, 13 Jul 2026 21:59:46 +0100 Subject: [PATCH] ci: migrate agentscan-action to v2 --- .github/workflows/agent-scan.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/agent-scan.yml b/.github/workflows/agent-scan.yml index 5019262..06b923a 100644 --- a/.github/workflows/agent-scan.yml +++ b/.github/workflows/agent-scan.yml @@ -21,11 +21,10 @@ jobs: steps: - name: AgentScan id: agentscan - uses: MatteoGabriele/agentscan-action@ccb50da057e2ac7fcdb123db3110f00af97f0fef # v1.14.0 + uses: MatteoGabriele/agentscan-action@c7d61446e7aece6bdd3edcee4558bbfc0392615e # v2.0.1 with: github-token: ${{ secrets.GITHUB_TOKEN }} - skip-members: "dependabot[bot],renovate[bot]" - agent-scan-comment: false + mode: silent - name: Handle flagged PR if: contains(fromJSON('["automation","mixed"]'), steps.agentscan.outputs.classification) || steps.agentscan.outputs.community-flagged == 'true' env: -- 2.51.2