Skip to content

fix(ci): bump release-version to 0.9.4 to fix vars context error#729

Merged
Teebor-Choka merged 1 commit into
mainfrom
kauki/fix/ci/release-version-vars-context
Jun 18, 2026
Merged

fix(ci): bump release-version to 0.9.4 to fix vars context error#729
Teebor-Choka merged 1 commit into
mainfrom
kauki/fix/ci/release-version-vars-context

Conversation

@Teebor-Choka

@Teebor-Choka Teebor-Choka commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Bumps actions/release-version from 0.9.3/release-version-v5 to 0.9.4 (fix(release-version): replace vars context with input for GitHub App client ID hopr-workflows#90)
  • The previous action version read vars.GH_APP_HOPRNET_BOT_CLIENT_ID inside its composite manifest — the vars context is not available there, causing every close-release run to fail at action load with Unrecognized named-value: 'vars'
  • 0.9.4 adds an optional github_app_client_id input with the correct default — non-breaking, no with: changes needed

Depends on: hoprnet/hopr-workflows#90 ✓ merged

@Teebor-Choka Teebor-Choka self-assigned this Jun 18, 2026
@coderabbitai

coderabbitai Bot commented Jun 18, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@Teebor-Choka, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 27 minutes and 35 seconds. Learn how PR review limits work.

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits.

🚦 How do rate limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 46729de5-634c-4643-95f4-3d7e863c2cc6

📥 Commits

Reviewing files that changed from the base of the PR and between bb4ec69 and df55231.

📒 Files selected for processing (1)
  • .github/workflows/release.yaml

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions

github-actions Bot commented Jun 18, 2026

Copy link
Copy Markdown

🔎 Trivy Security Report

Target Package Installed Severity CVE
europe-west3-docker.pkg.dev/hoprassociation/docker-images/hopr-admin:4.0.0-rc.2-commit.df55231-linux-amd64 (alpine 3.23.4) libcrypto3 3.5.6-r0 HIGH CVE-2026-45447
europe-west3-docker.pkg.dev/hoprassociation/docker-images/hopr-admin:4.0.0-rc.2-commit.df55231-linux-amd64 (alpine 3.23.4) libssl3 3.5.6-r0 HIGH CVE-2026-45447
europe-west3-docker.pkg.dev/hoprassociation/docker-images/hopr-admin:4.0.0-rc.2-commit.df55231-linux-amd64 (alpine 3.23.4) libxml2 2.13.9-r0 HIGH CVE-2026-6732
europe-west3-docker.pkg.dev/hoprassociation/docker-images/hopr-admin:4.0.0-rc.2-commit.df55231-linux-amd64 (alpine 3.23.4) nghttp2-libs 1.68.0-r0 HIGH CVE-2026-27135

The 0.9.3/v5 action read vars.GH_APP_HOPRNET_BOT_CLIENT_ID in its
composite manifest, which is not a valid context there. 0.9.4 uses an
input with a default instead - non-breaking, no with: changes needed.

Depends on: hoprnet/hopr-workflows#90

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@Teebor-Choka Teebor-Choka force-pushed the kauki/fix/ci/release-version-vars-context branch from 3b75363 to df55231 Compare June 18, 2026 08:49
@Teebor-Choka Teebor-Choka marked this pull request as ready for review June 18, 2026 08:50
@Teebor-Choka Teebor-Choka merged commit 8edd4d0 into main Jun 18, 2026
14 of 22 checks passed
@Teebor-Choka Teebor-Choka deleted the kauki/fix/ci/release-version-vars-context branch June 18, 2026 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant