We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 643dc43 commit 2b6412aCopy full SHA for 2b6412a
1 file changed
.github/workflows/zizmor.yml
@@ -6,27 +6,18 @@ on:
6
pull_request:
7
branches: ["**"]
8
9
+permissions: {}
10
+
11
jobs:
12
zizmor:
- name: zizmor latest via PyPI
13
runs-on: ubuntu-latest
14
permissions:
15
security-events: write
- # required for workflows in private repositories
16
- contents: read
17
- actions: read
18
steps:
19
- name: Checkout repository
20
uses: actions/checkout@v5
21
with:
22
persist-credentials: false
23
24
- - name: Install the latest version of uv
25
- uses: astral-sh/setup-uv@eb1897b8dc4b5d5bfe39a428a8f2304605e0983c # 7.0.0
26
- with:
27
- enable-cache: false
28
-
29
- name: Run zizmor
30
- run: uvx zizmor@1.13.0 --format plain .
31
- env:
32
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ uses: zizmorcore/zizmor-action@e673c3917a1aef3c65c972347ed84ccd013ecda4 # v0.2.0
0 commit comments