Skip to content

ci: modernize CU actions#70

Merged
jkowalleck merged 2 commits into
masterfrom
ci/modernize-steps
Jun 1, 2026
Merged

ci: modernize CU actions#70
jkowalleck merged 2 commits into
masterfrom
ci/modernize-steps

Conversation

@jkowalleck
Copy link
Copy Markdown
Member

@jkowalleck jkowalleck commented Jun 1, 2026

Description

bump CI actions to latest versions, and pin them

Resolves or fixes issue:

AI Tool Disclosure

  • My contribution does not include any AI-generated content
  • My contribution includes AI-generated content, as disclosed below:
    • AI Tools: [e.g. GitHub CoPilot, ChatGPT, JetBrains Junie etc.]
    • LLMs and versions: [e.g. GPT-4.1, Claude Haiku 4.5, Gemini 2.5 Pro etc.]
    • Prompts: [Summarize the key prompts or instructions given to the AI tools]

Affirmation

Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
@jkowalleck jkowalleck requested a review from a team as a code owner June 1, 2026 18:29
@jkowalleck jkowalleck added the CI label Jun 1, 2026
@codacy-production
Copy link
Copy Markdown

codacy-production Bot commented Jun 1, 2026

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Coverage ∅ diff coverage · +0.00% coverage variation

Metric Results
Coverage variation +0.00% coverage variation (-1.00%)
Diff coverage diff coverage

View coverage diff in Codacy

Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (188b9c5) 274 240 87.59%
Head commit (d95ecaa) 274 (+0) 240 (+0) 87.59% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#70) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR modernizes the GitHub Actions Ruby CI workflow by making the steps more explicit and pinning action dependencies.

Changes:

  • Pin actions/checkout and ruby/setup-ruby to specific commits and add step names/comments for clarity.
  • (Intended) improve maintainability of the workflow steps by making them more self-describing.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/ruby.yml Outdated
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

Comment thread .github/workflows/ruby.yml
@jkowalleck jkowalleck changed the title ci: modernize steps ci: modernize CU actions Jun 1, 2026
@jkowalleck jkowalleck merged commit b3a472f into master Jun 1, 2026
17 checks passed
@jkowalleck jkowalleck deleted the ci/modernize-steps branch June 1, 2026 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants