ci: repin denoland/setup-deno to a resolvable SHA (v2.0.4)#34
Merged
Conversation
`ReScript/Deno CI` was failing at "Set up job", before any code ran:
Unable to resolve action `denoland/setup-deno@5fae568d...`,
unable to find version `5fae568d37bbd5d82f7bc6ead283828a72525312`
The pinned SHA (commented `# v2.0.0`) is no longer resolvable (yanked /
non-existent ref). Repin both occurrences to the current release:
`denoland/setup-deno@667a34cdef165d8d2b2e98dde39547c9daac7282`
(= tag v2.0.4), keeping the org's full-length-SHA pin policy.
Pre-existing infra rot, unrelated to the source migration (#31/#33);
this was just the only source-side-fixable red. Other red main checks
(GitHub Pages, Finishingbot, Seambot, Mirror, Rhodibot, CodeQL) are
org-level infra (missing bot/PAT/Radicle secrets; CodeQL `actions`
lane needs GHAS; an action in the Pages reusable chain not SHA-pinned)
— not fixable by a source PR here.
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: repin denoland/setup-deno to a resolvable SHA (v2.0.4)
ReScript/Deno CIwas failing at "Set up job", before any code ran:The pinned SHA (commented
# v2.0.0) is no longer resolvable (yanked /non-existent ref). Repin both occurrences to the current release:
denoland/setup-deno@667a34cdef165d8d2b2e98dde39547c9daac7282(= tag v2.0.4), keeping the org's full-length-SHA pin policy.
Pre-existing infra rot, unrelated to the source migration (#31/#33);
this was just the only source-side-fixable red. Other red main checks
(GitHub Pages, Finishingbot, Seambot, Mirror, Rhodibot, CodeQL) are
org-level infra (missing bot/PAT/Radicle secrets; CodeQL
actionslane needs GHAS; an action in the Pages reusable chain not SHA-pinned)
— not fixable by a source PR here.
Co-Authored-By: Claude Opus 4.7 noreply@anthropic.com