ci: fix Mirror-to-Radicle dir + bump codeql-action to v3#35
Merged
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 alreadyconfigured — add
mkdir -p ~/.radicle/keysbefore the write.codeql.yml: pinned at github/codeql-action @v3.28.1 which rejected
the
actionslanguage ("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