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/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:

- name: Create GitHub Release
if: github.event_name == 'workflow_dispatch'
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v3
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

softprops/action-gh-release@v3 runs on the Node 24 Actions runtime; if this workflow is ever executed on GHES or self-hosted runners that don’t have Node 24 support yet, this release step will fail. Consider confirming runner/runtime compatibility (or using the last Node 20-compatible v2.x line) before merging.

Severity: medium

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

with:
name: Release ${{ github.event.inputs.version }}
tag_name: ${{ github.event.inputs.version }}
Expand Down
Loading