Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/test-kibana-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
steps:
- uses: actions/checkout@v5
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be
# See https://github.com/jlumbroso/free-disk-space/pull/26
Copy link

Copilot AI Oct 20, 2025

Choose a reason for hiding this comment

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

[nitpick] The inline comment references a PR in the original jlumbroso repository, but the workflow now uses a different repository (Jayllyz). Clarify that this is a fork used for the changes in that PR (e.g., add 'Using fork with PR #26 changes until merged') to avoid confusion for future maintainers.

Suggested change
# See https://github.com/jlumbroso/free-disk-space/pull/26
# Using fork (Jayllyz/free-disk-space) with PR #26 changes until merged:
# https://github.com/jlumbroso/free-disk-space/pull/26

Copilot uses AI. Check for mistakes.
uses: Jayllyz/free-disk-space@3bda29d61d3f1fa7bf46c5a9a11f22dd20af07c9 # v1.3.1
Copy link

Copilot AI Oct 20, 2025

Choose a reason for hiding this comment

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

[nitpick] The comment '# v1.3.1' may drift from the pinned commit if the tag later points elsewhere or the fork diverges. To keep provenance clear, either reference the tag explicitly (if trusted) as @v1.3.1, or augment the comment with the fork's release URL or upstream commit hash to reduce ambiguity.

Suggested change
uses: Jayllyz/free-disk-space@3bda29d61d3f1fa7bf46c5a9a11f22dd20af07c9 # v1.3.1
uses: Jayllyz/free-disk-space@3bda29d61d3f1fa7bf46c5a9a11f22dd20af07c9 # v1.3.1 (https://github.com/Jayllyz/free-disk-space/releases/tag/v1.3.1)

Copilot uses AI. Check for mistakes.
with:
tool-cache: false
android: true
Expand Down
Loading