Skip to content

Commit c264f27

Browse files
authored
zizmor v1.23.0-rc4 (#1662)
Signed-off-by: William Woodruff <william@yossarian.net>
1 parent 6ef45be commit c264f27

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.github/workflows/release-pypi.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,11 @@ jobs:
164164
id-token: write # Trusted Publishing + PEP 740 attestations
165165
steps:
166166
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
167-
- name: Attest
168-
uses: astral-sh/attest-action@f35111fb79f1e4f0150a1ee16cfd4399e3151bdb # v0.0.5
169-
with:
170-
paths: "wheels-*/*"
167+
# TODO: Re-enable attestations once reusable workflows work.
168+
# - name: Attest
169+
# uses: astral-sh/attest-action@f35111fb79f1e4f0150a1ee16cfd4399e3151bdb # v0.0.5
170+
# with:
171+
# paths: "wheels-*/*"
171172
- name: Publish to PyPI
172173
if: ${{ inputs.release-tag != '' }}
173174
run: uv publish --trusted-publishing=always wheels-*/*

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: |
5757
# NOTE: No quotes around PRERELEASE_FLAG so that it expands to either `--prerelease` or an empty string,
5858
# rather than an empty argument.
59-
gh release create --repo zizmorcore/zizmor --draft --verify-tag ${PRERELEASE_FLAG} "${RELEASE_TAG}"
59+
gh release create --repo zizmorcore/zizmor --draft --verify-tag ${PRERELEASE_FLAG} "${RELEASE_TAG}" --title "${RELEASE_TAG}"
6060
env:
6161
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6262
RELEASE_TAG: ${{ needs.plan-release.outputs.release-tag }}

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/zizmor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "zizmor"
33
description = "Static analysis for GitHub Actions"
4-
version = "1.23.0-rc3"
4+
version = "1.23.0-rc4"
55
repository = "https://github.com/zizmorcore/zizmor"
66
documentation = "https://docs.zizmor.sh"
77
keywords = ["cli", "github-actions", "static-analysis", "security"]

0 commit comments

Comments
 (0)