File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 27
27
python-version : " ${{ matrix.python-version }}"
28
28
allow-python-prereleases : true
29
29
cache : true
30
- version : " 2.19.2 "
30
+ version : " 2.21.0 "
31
31
32
32
- name : " Run Tox"
33
33
run : |
@@ -113,7 +113,7 @@ jobs:
113
113
- uses : " pdm-project/setup-pdm@v4"
114
114
with :
115
115
python-version : " 3.12"
116
- version : " 2.19.2 "
116
+ version : " 2.21.0 "
117
117
118
118
- name : " Install check-wheel-content and twine"
119
119
run : " python -m pip install twine check-wheel-contents"
Original file line number Diff line number Diff line change 1
- # https://github.com/woodruffw/zizmor
2
1
name : Zizmor
3
2
4
3
on :
10
9
permissions :
11
10
contents : read
12
11
13
-
14
12
jobs :
15
13
zizmor :
16
- name : Zizmor latest via Cargo
14
+ name : Zizmor latest via uv
17
15
runs-on : ubuntu-latest
18
16
permissions :
19
17
security-events : write
18
+
20
19
steps :
21
20
- name : Checkout repository
22
21
uses : actions/checkout@v4
23
22
with :
24
23
persist-credentials : false
25
- - name : Setup Rust
26
- uses : actions-rust-lang /setup-rust-toolchain@v1
27
- - name : Get zizmor
28
- run : cargo install zizmor
24
+ - name : Install the latest version of uv
25
+ uses : astral-sh /setup-uv@v4
26
+ with :
27
+ version : " latest "
29
28
- name : Run zizmor
30
- run : zizmor --format sarif . > results.sarif
29
+ run : uvx zizmor --format sarif . > results.sarif
31
30
- name : Upload SARIF file
32
31
uses : github/codeql-action/upload-sarif@v3
33
32
with :
You can’t perform that action at this time.
0 commit comments