File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -335,3 +335,17 @@ jobs:
335335 - name : All-deps minimum versions policy
336336 run : |
337337 pixi run policy-min-versions
338+
339+ zizmor :
340+ name : GHA Security Analysis using Zizmor
341+ runs-on : ubuntu-latest
342+ permissions :
343+ security-events : write # Required for upload-sarif (used by zizmor-action) to upload SARIF files.
344+ steps :
345+ - name : Checkout repository
346+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
347+ with :
348+ persist-credentials : false
349+
350+ - name : Run zizmor
351+ uses : zizmorcore/zizmor-action@71321a20a9ded102f6e9ce5718a2fcec2c4f70d8 # v0.5.2
Original file line number Diff line number Diff line change 8383 rev : v1.23.1
8484 hooks :
8585 - id : zizmor
86+ args : ["--offline"]
You can’t perform that action at this time.
0 commit comments