Skip to content

Promote release 0.90.2 to main - #22

Merged
syed-awsaf-informed merged 3 commits into
mainfrom
release/0.90.2
Aug 13, 2026
Merged

Promote release 0.90.2 to main#22
syed-awsaf-informed merged 3 commits into
mainfrom
release/0.90.2

Conversation

@syed-awsaf-informed

Copy link
Copy Markdown
Contributor

Promote release 0.90.2 to main

node-net-repository-writer Bot and others added 3 commits July 20, 2026 09:30
* chore: update changelog for GitHub Actions version updates

* chore: assign next release version to changelog entry
Copilot AI lite review requested due to automatic review settings August 12, 2026 10:26
@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 f16311e, 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.2 to main by updating workflow dependencies (GitHub Actions) and recording the release in the changelog.

Changes:

  • Added a 0.90.2 entry to CHANGELOG.md.
  • Updated GitHub Actions versions in multiple workflows (checkout, release creation, Java setup, artifact upload).

Reviewed changes

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

Show a summary per file
File Description
CHANGELOG.md Adds release 0.90.2 notes and date.
.github/workflows/publish-github-release.yml Pins updated action SHAs for checkout and GitHub release creation.
.github/workflows/oss-checker.yml Pins updated checkout action SHA for multiple repository checkouts.
.github/workflows/deploy-to-ghcr-when-main.yml Bumps action major versions (currently via floating tags) for checkout, setup-java, and upload-artifact.
.github/workflows/build-compose-action.yml Bumps action major versions (currently via floating tags) for checkout, setup-java, and upload-artifact.
Suppressed comments (4)

.github/workflows/deploy-to-ghcr-when-main.yml:49

  • This workflow uses a floating major tag for actions/setup-java. To align with the repo’s supply-chain hardening (most other actions are pinned to SHAs), pin actions/setup-java to the commit SHA for the intended release instead of @v5.
      uses: actions/setup-java@v5

.github/workflows/deploy-to-ghcr-when-main.yml:79

  • This workflow uses a floating major tag for actions/upload-artifact, which can change behavior over time. Elsewhere in the repo this action is pinned to a commit SHA (e.g., .github/workflows/publish-github-release.yml:94, .github/workflows/oss-checker.yml:469). Pinning here would improve reproducibility and supply-chain security.
      uses: actions/upload-artifact@v7

.github/workflows/build-compose-action.yml:47

  • This workflow uses a floating major tag for actions/setup-java. To align with the repo’s supply-chain hardening (most other actions are pinned to SHAs), pin actions/setup-java to the commit SHA for the intended release instead of @v5.
      uses: actions/setup-java@v5

.github/workflows/build-compose-action.yml:77

  • This workflow uses a floating major tag for actions/upload-artifact, which can change behavior over time. Elsewhere in the repo this action is pinned to a commit SHA (e.g., .github/workflows/publish-github-release.yml:94, .github/workflows/oss-checker.yml:469). Pinning here would improve reproducibility and supply-chain security.
      uses: actions/upload-artifact@v7

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

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v7
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v7
@syed-awsaf-informed
syed-awsaf-informed merged commit e385a89 into main Aug 13, 2026
6 checks passed
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