From fe3301f500021a078848b70469b1bf515ca94c35 Mon Sep 17 00:00:00 2001 From: arena-agent Date: Tue, 22 Sep 2026 12:13:35 +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 (startup_failure, zero jobs). Investigation: nexia-list#100. Rollback to v4.38.0 commit b96794f015dfd88f77b49b1c93e0fa7110f94c63; actions.lock re-keyed where present; dependabot held unconditionally. Canonical: standards#973. --- .github/dependabot.yml | 7 +++++++ .github/workflows/codeql.yml | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d406967..085c969 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -46,6 +46,13 @@ updates: # rule also silenced security PRs under GitHub's current Dependabot # behaviour. See rsr-template-repo commit 78b050e and # 007-lang/audits/audit-dependabot-automation-gap-2026-04-17.md. + 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 - nexia-list#101). + # Hold until upstream clears 4.38.1 or a new release verifies green. + - dependency-name: "github/codeql-action" + - package-ecosystem: "cargo" directory: "/" schedule: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4f6b451..62782a2 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -42,12 +42,12 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Initialize CodeQL - uses: github/codeql-action/init@1c5b675653bb5c22dbe9b12b556ec555138e09fd # v3 + 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@1c5b675653bb5c22dbe9b12b556ec555138e09fd # v3 + uses: github/codeql-action/analyze@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0 (4.38.1 blocked estate-wide; nexia-list#100) with: category: "/language:${{ matrix.language }}"