This repository was archived by the owner on Nov 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +22
-2
lines changed
Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Checkout repository
19- 19+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20+ with :
21+ persist-credentials : false
2022
2123 - name : Install Ruby toolchain
2224 uses : ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1.254.0
4143
4244 steps :
4345 - name : Checkout repository
44- 46+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
47+ with :
48+ persist-credentials : false
4549
4650 - name : Install Rust toolchain
4751 uses :
artichoke/setup-rust/[email protected] 5761 arguments : --locked --all-features
5862 command : check ${{ matrix.checks }}
5963 command-arguments : --show-stats
64+
65+ zizmor :
66+ name : Run zizmor 🌈
67+ runs-on : ubuntu-latest
68+ permissions :
69+ security-events : write
70+ steps :
71+ - name : Checkout repository
72+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
73+ with :
74+ persist-credentials : false
75+
76+ - name : Run zizmor 🌈
77+ uses : zizmorcore/zizmor-action@f52a838cfabf134edcbaa7c8b3677dde20045018 # v0.1.1
78+ with :
79+ persona : " pedantic"
You can’t perform that action at this time.
0 commit comments