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 @@ -190,7 +190,7 @@
run: cargo gen-notes

- name: GitHub Release
uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2.6.2 # zizmor: ignore[superfluous-actions] handles multi-file uploads, prerelease detection, and notes body; preferred over a hand-rolled `gh release` script
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v2.6.2 # zizmor: ignore[superfluous-actions] handles multi-file uploads, prerelease detection, and notes body; preferred over a hand-rolled `gh release` script

Check warning on line 193 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / Lint / Zizmor Online

ref-version-mismatch

release.yml:193: action's hash pin has mismatched or missing version comment: points to commit 3bb12739c298
with:
tag_name: ${{ env.VERSION }}
prerelease: ${{ contains(env.VERSION, '-rc') }}
Expand Down
Loading