ci: update release workflow actions#144
Open
c1-squire-dev[bot] wants to merge 1 commit into
Open
Conversation
Move the release workflow's remaining stale actions to their current Node 24 major versions. This updates Apple cert import, GoReleaser, and Docker helper actions while leaving release behavior unchanged. Co-authored-by: c1-squire-dev[bot] <c1-squire-dev[bot]@users.noreply.github.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.
What changed
apple-actions/import-codesign-certsfromv1tov7.goreleaser/goreleaser-actionsteps fromv6tov7.docker/login-action@v3/docker/setup-buildx-action@v3tov4.Why
The release run at https://github.com/ConductorOne/cone/actions/runs/28220202346/job/83599546059 still emitted Node 20 action warnings for the macOS release path. These action lines now use Node 24-compatible major versions.
That run's terminal failure was Apple notarization rejecting the upload with a missing/expired agreement. This PR does not change Apple account state or notarization behavior; it just removes the stale workflow action versions.
Workflow audit
After this change, all workflow action refs in
.github/workflowsare on current major lines:actions/checkout@v7actions/setup-go@v6golangci/golangci-lint-action@v9guyarb/golang-test-annotations@v0.9.0apple-actions/import-codesign-certs@v7goreleaser/goreleaser-action@v7docker/login-action@v4docker/setup-buildx-action@v4Validation
go run github.com/rhysd/actionlint/cmd/actionlint@latest .github/workflows/ci.yaml .github/workflows/main.yaml .github/workflows/release.yamlgit diff --checknode24.