Skip to content
Merged
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
8 changes: 5 additions & 3 deletions .github/workflows/release_drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
fetch-depth: 1

- name: Create draft release (not ready)
uses: aaronsteers/semantic-pr-release-drafter@v2.1.0
uses: aaronsteers/semantic-pr-release-drafter@v2.2.0

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow or composite action Medium

Unpinned 3rd party Action 'Release Drafter' step
Uses Step: not-ready-draft
uses 'aaronsteers/semantic-pr-release-drafter' with ref 'v2.2.0', not a pinned commit hash
Comment thread
aaronsteers marked this conversation as resolved.
Dismissed
Comment thread
aaronsteers marked this conversation as resolved.
id: not-ready-draft
Comment thread
aaronsteers marked this conversation as resolved.
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -45,11 +45,13 @@
run: UV_DYNAMIC_VERSIONING_BYPASS="${VERSION#v}" uv build

- name: Attach assets and finalize draft
uses: aaronsteers/semantic-pr-release-drafter@v2.1.0
uses: aaronsteers/semantic-pr-release-drafter@v2.2.0

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow or composite action Medium

Unpinned 3rd party Action 'Release Drafter' step
Uses Step
uses 'aaronsteers/semantic-pr-release-drafter' with ref 'v2.2.0', not a pinned commit hash
Comment thread
aaronsteers marked this conversation as resolved.
Dismissed
env:
Comment thread
aaronsteers marked this conversation as resolved.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
version: ${{ steps.not-ready-draft.outputs.tag-name }}
# Finalize the exact draft prepared above via a strongly consistent
# point-read; version/tag/prerelease/SHA are reused from that release.
prepared-release-id: ${{ steps.not-ready-draft.outputs.id }}
attach-files: |
dist/*.whl
dist/*.tar.gz
Expand Down
Loading