Skip to content

fix: update harden-runner to 2.12.0#2234

Merged
tolgaozen merged 1 commit intoPermify:masterfrom
danhaller:update-harden-runner
May 15, 2025
Merged

fix: update harden-runner to 2.12.0#2234
tolgaozen merged 1 commit intoPermify:masterfrom
danhaller:update-harden-runner

Conversation

@danhaller
Copy link
Copy Markdown
Contributor

@danhaller danhaller commented May 15, 2025

I've updated harden runner to latest. This addresses CVE-2025-32955.

More info: https://sysdig.com/blog/security-mechanism-bypass-in-harden-runner-github-action/

Note: code changes were created with AI assistance

Summary by CodeRabbit

  • Chores
    • Updated the version of a security-related GitHub Action across multiple workflows to enhance runner hardening.
    • Removed a trailing whitespace in one workflow file.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 15, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

All GitHub Actions workflow files have been updated to use a newer version of the step-security/harden-runner action, moving from v2.10.2 to v2.12.0. No other workflow logic, configuration, or permissions were changed, except for a minor whitespace removal in one file.

Changes

Files Change Summary
.github/workflows/check-for-typos.yml Updated step-security/harden-runner action from v2.10.2 to v2.12.0.
.github/workflows/codeql-analysis.yml Updated step-security/harden-runner action from v2.10.2 to v2.12.0.
.github/workflows/coverage.yml Updated step-security/harden-runner action from v2.10.2 to v2.12.0.
.github/workflows/dependency-review.yml Updated step-security/harden-runner action from v2.10.2 to v2.12.0.
.github/workflows/nightly.yaml Updated step-security/harden-runner action from v2.10.2 to v2.12.0.
.github/workflows/release.yml Updated step-security/harden-runner action from v2.10.2 to v2.12.0.
.github/workflows/scorecard.yml Updated step-security/harden-runner action from v2.10.2 to v2.12.0; removed trailing whitespace.
.github/workflows/sdk-generator.yml Updated step-security/harden-runner action from v2.10.2 to v2.12.0.
.github/workflows/sync.yml Updated step-security/harden-runner action from v2.10.2 to v2.12.0.
.github/workflows/validate-pr-title.yml Updated step-security/harden-runner action from v2.10.2 to v2.12.0.

Poem

🐇
A hop, a skip, a version bump—
Our workflows get a gentle jump.
Hardened runners, shiny and new,
Security’s cloak in version two point twelve point oh,
With every nightly, sync, and test,
Our CI hops along—refreshed and blessed!
🌱✨

Note

⚡️ AI Code Reviews for VS Code, Cursor, Windsurf

CodeRabbit now has a plugin for VS Code, Cursor and Windsurf. This brings AI code reviews directly in the code editor. Each commit is reviewed immediately, finding bugs before the PR is raised. Seamless context handoff to your AI code agent ensures that you can easily incorporate review feedback.
Learn more here.


Note

⚡️ Faster reviews with caching

CodeRabbit now supports caching for code and dependencies, helping speed up reviews. This means quicker feedback, reduced wait times, and a smoother review experience overall. Cached data is encrypted and stored securely. This feature will be automatically enabled for all accounts on May 16th. To opt out, configure Review - Disable Cache at either the organization or repository level. If you prefer to disable all data retention across your organization, simply turn off the Data Retention setting under your Organization Settings.
Enjoy the performance boost—your workflow just got faster.


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
Cache: Disabled due to data retention organization setting
Knowledge Base: Disabled due to data retention organization setting

📥 Commits

Reviewing files that changed from the base of the PR and between 420fd1a and 12c3d1d.

📒 Files selected for processing (10)
  • .github/workflows/check-for-typos.yml (1 hunks)
  • .github/workflows/codeql-analysis.yml (1 hunks)
  • .github/workflows/coverage.yml (1 hunks)
  • .github/workflows/dependency-review.yml (1 hunks)
  • .github/workflows/nightly.yaml (1 hunks)
  • .github/workflows/release.yml (1 hunks)
  • .github/workflows/scorecard.yml (2 hunks)
  • .github/workflows/sdk-generator.yml (1 hunks)
  • .github/workflows/sync.yml (1 hunks)
  • .github/workflows/validate-pr-title.yml (1 hunks)

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
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@danhaller danhaller changed the title deps: update harden-runner to 2.12.0 fix: update harden-runner to 2.12.0 May 15, 2025
@tolgaozen
Copy link
Copy Markdown
Member

Hi @danhaller, thank you for your contribution 🚀

@tolgaozen tolgaozen merged commit 531165a into Permify:master May 15, 2025
5 of 9 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.

2 participants