V2.0.0/fix ci - #5
Merged
Merged
Conversation
Dependabot PRs from fork repositories need to skip jobs that require secrets or privileged environment access. Detecting dependabot[bot] as the pull request author ensures CI jobs like container publishing and attestation do not run when the change origin cannot be fully trusted.
Update the release date to the current date (2026-08-10) and fix the changelog link to point to the 2.0.0 tag instead of HEAD, ensuring the link resolves correctly in GitHub.
Greptile SummaryThe PR narrows privileged CI execution by excluding Dependabot-authored pull requests and corrects the 2.0.0 changelog metadata.
Confidence Score: 5/5The PR appears safe to merge, with no actionable failures identified in the workflow or changelog changes. The new condition only skips the intended privileged analysis jobs for Dependabot pull requests, while ordinary builds and tests remain reachable, and the documentation updates are consistent with the planned 2.0.0 release. Important Files Changed
Reviews (1): Last reviewed commit: "💬 finalize release notes for 2.0.0" | Re-trigger Greptile |
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.
This pull request makes a small update to the CI pipeline and documentation. The main change is to further restrict when privileged jobs run in the GitHub Actions workflow, particularly for pull requests authored by Dependabot. The changelog is also updated with a new release date and correct comparison link.
Workflow improvements:
dependabot[bot], adding an extra layer of security. (.github/workflows/ci-pipeline.yml).github/workflows/ci-pipeline.yml)Documentation updates:
CHANGELOG.mdis corrected.