From 1e9706395dcf4da8bf493eff1d1df0a03f32667e Mon Sep 17 00:00:00 2001 From: internet-dot <207546839+internet-dot@users.noreply.github.com> Date: Tue, 7 Apr 2026 19:12:48 +0000 Subject: [PATCH] ci: refresh HOL workflow action refs --- .github/workflows/codex-plugin-scanner.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codex-plugin-scanner.yml b/.github/workflows/codex-plugin-scanner.yml index 52b96e25..4b05103a 100644 --- a/.github/workflows/codex-plugin-scanner.yml +++ b/.github/workflows/codex-plugin-scanner.yml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Codex plugin scanner - uses: hashgraph-online/hol-codex-plugin-scanner-action@b45d6b583afe05819b24edc8e6418c9ad2e1f1d0 # v1 + uses: hashgraph-online/hol-codex-plugin-scanner-action@df9c8a41eefff30cc430344c2a32c7a96bf37645 # v1 with: # The pinned action resolves .codex-plugin/plugin.json from the repo root. plugin_dir: "." @@ -60,7 +60,7 @@ jobs: - name: Codex plugin scanner regression id: scan continue-on-error: true - uses: hashgraph-online/hol-codex-plugin-scanner-action@b45d6b583afe05819b24edc8e6418c9ad2e1f1d0 # v1 + uses: hashgraph-online/hol-codex-plugin-scanner-action@df9c8a41eefff30cc430344c2a32c7a96bf37645 # v1 with: plugin_dir: ${{ matrix.plugin_dir }} min_score: "70"