Open
Conversation
- add lint-actions-pins.yaml using astronomer/actions reusable workflow - replace curl | bash goreleaser install with pinned binary download (v2.15.2) - pin Dockerfile base image to SHA digest
Coverage Report for CI Build 0Coverage remained the same at 39.386%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsNo coverage regressions found. Coverage Stats
💛 - Coveralls |
astro-cli is a public repo and cannot call reusable workflows from astronomer/actions which is internal. Inline the pinact-action steps directly, mirroring what the upstream reusable workflow does. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
nickstenning
reviewed
Apr 9, 2026
.circleci/config.yml
Outdated
| name: goreleaser | ||
| command: curl -sL https://raw.githubusercontent.com/goreleaser/get/master/get | bash | ||
| command: | | ||
| GORELEASER_VERSION=v2.15.2 |
Contributor
There was a problem hiding this comment.
Let's use goreleaser/goreleaser-action instead.
nickstenning
approved these changes
Apr 9, 2026
Contributor
nickstenning
left a comment
There was a problem hiding this comment.
A suggestion to use an existing action rather than our own script, but otherwise LGTM.
…(AFE-85) Move the release job from CircleCI to a GitHub Actions workflow using goreleaser/goreleaser-action. osxcross is set up on the GHA runner for macOS CGO cross-compilation (CGO_ENABLED=1, CC=o64-clang) and cached to avoid rebuilding on every run. The new-tag job in CircleCI still creates and pushes the tag, which triggers the GHA release workflow. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <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.
Description
pin actions with pinact (see example PR)
fix curl | sh in CircleCI and GitHub Actions workflows
update Dockerfiles with digest pins
ensure
uv --frozenis used everywhere in CI buildsMotivation
AFE-85: Pinning dependencies temporarily