We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3589f2 commit a95b469Copy full SHA for a95b469
.github/workflows/release.yml
@@ -14,6 +14,8 @@ jobs:
14
id-token: write
15
steps:
16
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
+ with:
18
+ persist-credentials: false
19
- uses: astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4.1
20
21
- run: uv build
.pre-commit-config.yaml
@@ -56,3 +56,7 @@ repos:
56
rev: v1.7.7
57
hooks:
58
- id: actionlint
59
+- repo: https://github.com/woodruffw/zizmor-pre-commit
60
+ rev: v1.5.2
61
+ hooks:
62
+ - id: zizmor
0 commit comments