From 9acc83ffcf5ab40f1808af461f013c716d56e099 Mon Sep 17 00:00:00 2001 From: Matt Bishop Date: Tue, 6 Jan 2026 15:21:52 -0500 Subject: [PATCH] Fix Claude Code Action parameters --- .github/workflows/validate-plugins.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/validate-plugins.yml b/.github/workflows/validate-plugins.yml index 28f89ce..845a53a 100644 --- a/.github/workflows/validate-plugins.yml +++ b/.github/workflows/validate-plugins.yml @@ -122,9 +122,9 @@ jobs: USE_SIMPLE_PROMPT: "true" with: anthropic_api_key: ${{ steps.get-kv-secrets.outputs.ANTHROPIC-CODE-REVIEW-API-KEY }} - track_progress: false - use_sticky_comment: false - plugin_marketplaces: "git+https://github.com/bitwarden/ai-plugins.git" + track_progress: true + use_sticky_comment: true + plugin_marketplaces: "https://github.com/bitwarden/ai-plugins.git" plugins: "plugin-dev, claude-config-validator@bitwarden-marketplace" prompt: | Review the following plugin configuration files for compliance with Claude Code plugin standards and security best practices.