Skip to content

Promote release 0.90.5 to main - #105

Merged
syed-awsaf-informed merged 6 commits into
mainfrom
release/0.90.5
Aug 13, 2026
Merged

Promote release 0.90.5 to main#105
syed-awsaf-informed merged 6 commits into
mainfrom
release/0.90.5

Conversation

@syed-awsaf-informed

Copy link
Copy Markdown
Contributor

Promote release 0.90.5 to main

Copilot AI lite review requested due to automatic review settings August 12, 2026 09:40
@github-actions

Copy link
Copy Markdown

✅ OSS Checks Passed

All tracked OSS checks passed in this run.

📊 Total Files 🟢 Passed 🔴 Failed 🧮 Score
14 14 0 100%

Results from commit ce2badd, view the full job summary↗️ for detailed results.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Promotes release 0.90.5 to main, primarily updating GitHub Actions used by CI/release workflows and recording the change in the changelog.

Changes:

  • Add a 0.90.5 entry to CHANGELOG.md.
  • Update GitHub Actions versions in CI and release workflows.
  • Bump pinned GitHub Action SHAs in release-related workflows.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
CHANGELOG.md Adds release notes for 0.90.5 noting GitHub Actions updates.
.github/workflows/release.yml Updates checkout/setup-java/login-action versions used to verify and publish images.
.github/workflows/publish-github-release.yml Bumps pinned SHAs for actions/checkout and softprops/action-gh-release.
.github/workflows/oss-checker.yml Bumps pinned SHA for actions/checkout in the OSS checker workflow.
.github/workflows/ci-pr.yml Updates checkout/setup-java versions used for PR CI build and lint jobs.
Suppressed comments (2)

.github/workflows/release.yml:44

  • Pin actions/checkout to a specific commit SHA (as done in other workflows) rather than the floating @v7 tag to avoid unexpected upstream changes.
      - name: Checkout code
        uses: actions/checkout@v7

.github/workflows/ci-pr.yml:31

  • Pin the lint job’s actions/checkout and actions/setup-java to commit SHAs rather than floating major tags to keep CI runs reproducible and reduce supply-chain risk.
      - uses: actions/checkout@v7
      - name: Set up JDK 21
        uses: actions/setup-java@v5

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines 20 to +23
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v7
- name: Setup Java/Maven
uses: actions/setup-java@v4
uses: actions/setup-java@v5
Comment on lines 14 to +17
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- name: Set up JDK 21
uses: actions/setup-java@v4
uses: actions/setup-java@v5
Comment on lines 48 to +49
- name: Login to ghcr.io
uses: docker/login-action@v3
uses: docker/login-action@v4
@syed-awsaf-informed
syed-awsaf-informed merged commit 585e22e into main Aug 13, 2026
8 checks passed
@syed-awsaf-informed
syed-awsaf-informed deleted the release/0.90.5 branch August 13, 2026 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants