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 @@ -6,7 +6,7 @@
- "v*"
workflow_dispatch:
inputs:
deploy_version:

Check failure on line 9 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / checkov

CKV_GHA_7: "The build output cannot be affected by user parameters other than the build entry point and the top-level source location. GitHub Actions workflow_dispatch inputs MUST be empty. "
description: "Version to deploy (e.g. v1.2.3)"
required: true
workflow_call:
Expand Down Expand Up @@ -60,7 +60,7 @@
run: uv run python build_artifacts.py

- name: Create draft release
uses: softprops/action-gh-release@v2
uses: softprops/action-gh-release@v3
with:
tag_name: ${{ steps.tag.outputs.tag }}
name: ${{ steps.tag.outputs.tag }}
Expand Down
Loading