From e74fe4d853e0fcd72f18e073cd1895a210671224 Mon Sep 17 00:00:00 2001 From: arena-agent Date: Tue, 22 Sep 2026 11:31:47 +0000 Subject: [PATCH] fix(ci): codeql-action v4.38.1 -> v4.38.0 SHA pin + dependabot hold v4.38.1 (tag AND commit SHA 1c5b675) fails GitHub workflow-startup validation estate-wide: codeql/hypatia runs die with startup_failure, zero jobs, no API error text. Full investigation: nexia-list#100. Rollback to the v4.38.0 commit b96794f015dfd88f77b49b1c93e0fa7110f94c63 (green on deed-ecosystem; satisfies repo SHA-pin policy). actions.lock re-keyed where present; dependabot held unconditionally (versions-scoped ignores were bypassed in SHA form - nexia-list#101). Canonical fix: hyperpolymath/standards#973. --- .github/dependabot.yml | 8 ++++++++ .github/workflows/codeql.yml | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 949b13b..803e177 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,6 +16,14 @@ updates: open-pull-requests-limit: 2 # Rust/Cargo + ignore: + # HOLD: github/codeql-action at v4.38.0 (SHA-pinned). v4.38.1 fails + # GitHub workflow-startup validation estate-wide (nexia-list#100; + # SHA-form re-bump bypassed versions-scoped ignores - see + # nexia-list#101/#104). Hold until upstream clears 4.38.1 or a + # newer release verifies green; revisit deliberately. + - dependency-name: "github/codeql-action" + - package-ecosystem: "cargo" directory: "/" schedule: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index b44e2d9..04751f7 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -44,12 +44,12 @@ jobs: persist-credentials: false - name: Initialize CodeQL - uses: github/codeql-action/init@v4.38.1 + uses: github/codeql-action/init@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0 (4.38.1 blocked estate-wide; nexia-list#100) with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v4.38.1 + uses: github/codeql-action/analyze@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0 (4.38.1 blocked estate-wide; nexia-list#100) with: category: "/language:${{ matrix.language }}"