Skip to content

fix(ci): repoint codeql-action at a SHA that exists - #25

Merged
hyperpolymath merged 12 commits into
mainfrom
fix/codeql-action-sha
Jul 28, 2026
Merged

fix(ci): repoint codeql-action at a SHA that exists#25
hyperpolymath merged 12 commits into
mainfrom
fix/codeql-action-sha

Conversation

@hyperpolymath

@hyperpolymath hyperpolymath commented Jul 28, 2026

Copy link
Copy Markdown
Owner

github/codeql-action@29b1f65c1f735799893313399435a59f54045865 is pinned here but exists in no repository — the GitHub API returns 422 for it.

CodeQL therefore could not start: the run graph fails to build and the job reports startup_failure, so this repository has had no CodeQL scanning at all.

Repointed at 4187e74d05793876e9989daffde9c3e66b4acd07, which is what the v3 tag currently resolves to (v3.37.3), verified against the API.

Found while auditing the estate: the same non-existent SHA was pinned in 104 repositories, so CodeQL was dead across nearly all of them.


Summary by Gitar

  • CI & Compliance:
    • Added CodeQL analysis workflow and Dependabot configuration
    • Added check-no-vlang.sh script and guix.scm files across multiple subpaths
  • Governance:
    • Removed duplicate GOVERNANCE.adoc file in favor of GOVERNANCE.md

This will update automatically on new commits.

hyperpolymath and others added 11 commits July 25, 2026 10:41
Consolidated the following repos into a2ml-ecosystem/ subdirectories:
- a2ml-deno → deno/
- a2ml_ex → ex/
- a2ml_gleam → gleam/
- a2ml-haskell → haskell/
- a2ml-rs → rs/
- a2ml-showcase → showcase/
- a2ml-validate-action → validate-action/

This restructures the A2ML ecosystem as a single monorepo.

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
github/codeql-action@29b1f65 is pinned here but exists in no
repository -- the GitHub API returns 422 for it. CodeQL therefore could
not start: the run graph fails to build and the job reports
startup_failure, so this repository has had no CodeQL scanning at all.

Repointed at 4187e74d05793876e9989daffde9c3e66b4acd07, which is what the v3
tag currently resolves to (v3.37.3), verified against the API.

Found while auditing the estate: the same non-existent SHA is pinned in
over 100 repositories, so CodeQL is dead across nearly all of them.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
Comment thread deno/guix.scm Outdated
@gitar-bot

gitar-bot Bot commented Jul 28, 2026

Copy link
Copy Markdown

Note

Automatic reviews are paused because your trial's included automatic processing has been used for this period. Upgrade now, or comment "Gitar review" to run a review anytime.
Learn more

Code Review ✅ Approved 1 resolved / 1 findings

Repoints the CodeQL workflow at a valid SHA to restore security scanning, but the Guix license constructor is called with the wrong arity, causing a compilation failure.

✅ 1 resolved
Bug: guix.scm license constructor called with wrong arity

📄 deno/guix.scm:17-18 📄 gleam/guix.scm:17-18 📄 ex/guix.scm:17-18 📄 haskell/guix.scm:17-18 📄 rs/guix.scm:17-18 📄 showcase/guix.scm:17-18 📄 validate-action/guix.scm:17-18
The license record constructor from (guix licenses), accessed via (@@ (guix licenses) license), requires three arguments (license name uri comment), but here it is invoked with only two (name and uri). Evaluating this file will raise a "wrong number of arguments" error, so the documented guix shell -f guix.scm usage fails for all seven new package definitions. Add the missing comment argument, e.g. ((@@ (guix licenses) license) "PMPL-1.0-or-later" "https://github.com/hyperpolymath/palimpsest-license" "Palimpsest License").

Options

Display: compact → Showing less information.

Comment with these commands to change the behavior for this request:

Compact
gitar display:verbose         

Was this helpful? React with 👍 / 👎 | Gitar

Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
@hyperpolymath
hyperpolymath merged commit 94559ae into main Jul 28, 2026
2 of 6 checks passed
@hyperpolymath
hyperpolymath deleted the fix/codeql-action-sha branch July 28, 2026 17:30
@sonarqubecloud

Copy link
Copy Markdown

@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants