Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
subject-path: kittyview-*

- name: Create release
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v2

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Update the inline version label to match the new pinned release.

The SHA was upgraded for softprops/action-gh-release, but the trailing comment still says # v2. Please update it to # v3 (or exact version) to avoid future pin-audit confusion.

🧰 Tools
🪛 zizmor (1.25.2)

[info] 94-94: action functionality is already included by the runner (superfluous-actions): use gh release in a script step

(superfluous-actions)

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In @.github/workflows/release.yml at line 94, The trailing comment on the
softprops/action-gh-release action line currently says `# v2` but the pinned SHA
has been updated to a newer version. Update the inline comment from `# v2` to `#
v3` (or the exact version that corresponds to the pinned SHA) to maintain
consistency and avoid future confusion during dependency audits.

with:
files: kittyview-*
generate_release_notes: true
Loading