Skip to content

Commit f69e8be

Browse files
authored
Merge pull request #267 from maxmind/wstorey/eng-3188-zizmor-github-action-does-not-depend-on-astral-shsetup-uv
Run zizmor via zizmorcore/zizmor-action
2 parents 20fbaaa + fb73fe3 commit f69e8be

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/zizmor.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,14 @@ permissions: {}
1010

1111
jobs:
1212
zizmor:
13-
name: zizmor latest via PyPI
1413
runs-on: ubuntu-latest
1514
permissions:
1615
security-events: write
17-
# required for workflows in private repositories
18-
contents: read
19-
actions: read
2016
steps:
2117
- name: Checkout repository
2218
uses: actions/checkout@v5
2319
with:
2420
persist-credentials: false
2521

26-
- name: Install the latest version of uv
27-
uses: astral-sh/setup-uv@eb1897b8dc4b5d5bfe39a428a8f2304605e0983c # 7.0.0
28-
with:
29-
enable-cache: false
30-
3122
- name: Run zizmor
32-
run: uvx zizmor@1.13.0 --format plain .
33-
env:
34-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23+
uses: zizmorcore/zizmor-action@e673c3917a1aef3c65c972347ed84ccd013ecda4 # v0.2.0

0 commit comments

Comments
 (0)