Skip to content

fix: sdk genarator workflow-dispatch action version#2845

Merged
omer-topal merged 1 commit intomasterfrom
fix/sdk-genarator-action
Mar 26, 2026
Merged

fix: sdk genarator workflow-dispatch action version#2845
omer-topal merged 1 commit intomasterfrom
fix/sdk-genarator-action

Conversation

@omer-topal
Copy link
Copy Markdown
Contributor

@omer-topal omer-topal commented Mar 26, 2026

Summary by CodeRabbit

  • Chores
    • Updated GitHub Actions workflow dependencies used in SDK generator pipelines to maintain build system stability.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 26, 2026

📝 Walkthrough

Walkthrough

Updated the GitHub Action reference in the SDK generator workflow, reverting the benc-uk/workflow-dispatch action from v1.3.1 to v1.2.4 for both the Permify Java and Python generator dispatch steps. No workflow logic or control flow was modified.

Changes

Cohort / File(s) Summary
GitHub Actions Workflow Update
.github/workflows/sdk-generator.yml
Downgraded benc-uk/workflow-dispatch action commit reference from 7a027648b88c2413826b6ddd6c76114894dc5ec4 (v1.3.1) to e2e5e9a103e331dad343f381a29e654aea3cf8fc (v1.2.4) in two workflow dispatch steps (permify-java and permify-python generators).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Poem

🐰 Workflow dispatches, a swift little hop,
Action references, tweak and swap,
From v1.3.1 down to v1.2.4 we go,
Generators spinning like snow, oh so slow! ❄️

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: updating the workflow-dispatch action version in the SDK generator workflow.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/sdk-genarator-action

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.

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
.github/workflows/sdk-generator.yml (1)

6-6: ⚠️ Potential issue | 🔴 Critical

Critical YAML syntax error: incorrect indentation of workflow_dispatch.

The workflow_dispatch: trigger is incorrectly nested under release: when it should be at the same indentation level as release:. This syntax error will prevent the workflow from being triggered manually and may cause workflow validation to fail.

🐛 Proposed fix for YAML syntax
 on:
   release:
     types: [published]
-    workflow_dispatch:
+  workflow_dispatch:
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In @.github/workflows/sdk-generator.yml at line 6, The YAML places
workflow_dispatch under the release key, causing invalid workflow syntax; move
workflow_dispatch out to be a top-level trigger entry at the same indentation
level as release so that the workflow includes both release: and
workflow_dispatch: as parallel keys (adjust indentation around the existing
release block and ensure workflow_dispatch sits aligned with release).
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Outside diff comments:
In @.github/workflows/sdk-generator.yml:
- Line 6: The YAML places workflow_dispatch under the release key, causing
invalid workflow syntax; move workflow_dispatch out to be a top-level trigger
entry at the same indentation level as release so that the workflow includes
both release: and workflow_dispatch: as parallel keys (adjust indentation around
the existing release block and ensure workflow_dispatch sits aligned with
release).

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 2aa24e94-dddd-4da4-baae-dad6c689e5e6

📥 Commits

Reviewing files that changed from the base of the PR and between 6bfe0f4 and fce465f.

📒 Files selected for processing (1)
  • .github/workflows/sdk-generator.yml

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.59%. Comparing base (6bfe0f4) to head (fce465f).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2845      +/-   ##
==========================================
+ Coverage   82.58%   82.59%   +0.02%     
==========================================
  Files          74       74              
  Lines        8297     8297              
==========================================
+ Hits         6851     6852       +1     
+ Misses        910      909       -1     
  Partials      536      536              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@omer-topal omer-topal merged commit ae1807d into master Mar 26, 2026
14 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.

1 participant