From 2e09a81e03d28a7d2e0410ad01e99b0ce148407a Mon Sep 17 00:00:00 2001 From: internet-dot <207546839+internet-dot@users.noreply.github.com> Date: Sun, 5 Apr 2026 20:02:59 +0000 Subject: [PATCH] ci: add codex-plugin-scanner workflow --- .github/workflows/codex-plugin-scanner.yml | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/workflows/codex-plugin-scanner.yml diff --git a/.github/workflows/codex-plugin-scanner.yml b/.github/workflows/codex-plugin-scanner.yml new file mode 100644 index 0000000..add4a4b --- /dev/null +++ b/.github/workflows/codex-plugin-scanner.yml @@ -0,0 +1,36 @@ +name: Codex Plugin Scanner CI + +on: + push: + branches: [main] + paths: + - .codex-plugin/** + - skills/** + - .mcp.json + pull_request: + branches: [main] + paths: + - .codex-plugin/** + - skills/** + - .mcp.json + +permissions: + contents: read + +concurrency: + group: scanner-${{ github.ref }} + cancel-in-progress: true + +jobs: + scan: + name: Plugin Scanner + runs-on: ubuntu-latest + timeout-minutes: 10 + steps: + - name: Checkout + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.2.2 + + - name: Run scanner + uses: hashgraph-online/hol-codex-plugin-scanner-action@b45d6b583afe05819b24edc8e6418c9ad2e1f1d0 # v1 + with: + plugin_dir: .