Skip to content

ci: fix Mirror-to-Radicle dir + bump codeql-action to v3#35

Merged
hyperpolymath merged 1 commit into
mainfrom
fix/ci-mirror-codeql
May 16, 2026
Merged

ci: fix Mirror-to-Radicle dir + bump codeql-action to v3#35
hyperpolymath merged 1 commit into
mainfrom
fix/ci-mirror-codeql

Conversation

@hyperpolymath
Copy link
Copy Markdown
Owner

ci: fix Mirror-to-Radicle dir + bump codeql-action to v3

Two pre-existing red main checks, both in-repo workflow bugs (not
secrets, not source):

  • mirror.yml "Mirror to Radicle": wrote the key to
    ~/.radicle/keys/radicle before that directory existed
    (No such file or directory). RADICLE_KEY secret is already
    configured — add mkdir -p ~/.radicle/keys before the write.

  • codeql.yml: pinned at github/codeql-action @v3.28.1 which rejected
    the actions language ("Did not recognize the following languages:
    actions"). Bump init + analyze to the maintained v3 major
    (458d36d7d4f47d0dd16ca424c1d3cda0060f1360 # v3), which supports the
    GitHub Actions CodeQL language; SHA-pinned per org policy.

Unrelated to the #122/#30 source migration; clears two pre-existing
estate-infra reds with no behaviour change to ubicity itself.

Co-Authored-By: Claude Opus 4.7 noreply@anthropic.com

Two pre-existing red main checks, both in-repo workflow bugs (not
secrets, not source):

- mirror.yml "Mirror to Radicle": wrote the key to
  ~/.radicle/keys/radicle before that directory existed
  (`No such file or directory`). RADICLE_KEY secret is already
  configured — add `mkdir -p ~/.radicle/keys` before the write.

- codeql.yml: pinned at github/codeql-action @v3.28.1 which rejected
  the `actions` language ("Did not recognize the following languages:
  actions"). Bump init + analyze to the maintained v3 major
  (458d36d7d4f47d0dd16ca424c1d3cda0060f1360 # v3), which supports the
  GitHub Actions CodeQL language; SHA-pinned per org policy.

Unrelated to the #122/#30 source migration; clears two pre-existing
estate-infra reds with no behaviour change to ubicity itself.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@hyperpolymath hyperpolymath merged commit 647c7e9 into main May 16, 2026
20 of 29 checks passed
@hyperpolymath hyperpolymath deleted the fix/ci-mirror-codeql branch May 16, 2026 16:01
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.

1 participant