Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
chore: update softprops/action-gh-release to v2.6.1 for Node.js 24 su…
…pport

Co-authored-by: josin <381741+josin@users.noreply.github.com>
  • Loading branch information
Copilot and josin authored Mar 19, 2026
commit 02e6e971cb4490fdfaf5faaa97780cd0c5aebfc8
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ jobs:
VSCE_PAT: ${{ secrets.VSCE_PAT }}

- name: Create GitHub Release
uses: softprops/action-gh-release@v2
uses: softprops/action-gh-release@v2.6.1
Copy link

Copilot AI Mar 19, 2026

Choose a reason for hiding this comment

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

This workflow pins softprops/action-gh-release to a specific patch version (v2.6.1), while the rest of the workflow uses major-version tags (e.g., actions/checkout@v6, setup-node@v6). Consider using @v2 for consistency and to receive future patch/security updates automatically, or add a brief comment explaining why a patch pin is required here (e.g., to guarantee Node.js 24 support).

Suggested change
uses: softprops/action-gh-release@v2.6.1
uses: softprops/action-gh-release@v2

Copilot uses AI. Check for mistakes.
with:
tag_name: ${{ needs.release.outputs.tag }}
files: kusto-syntax-highlighting.vsix
Expand Down
Loading