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 16
16
17
17
steps :
18
18
- name : Checkout repository
19
-
19
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
+ with :
21
+ persist-credentials : false
20
22
21
23
- name : Install Ruby toolchain
22
24
uses : ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1.254.0
41
43
42
44
steps :
43
45
- name : Checkout repository
44
-
46
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
47
+ with :
48
+ persist-credentials : false
45
49
46
50
- name : Install Rust toolchain
47
51
uses :
artichoke/setup-rust/[email protected]
57
61
arguments : --locked --all-features
58
62
command : check ${{ matrix.checks }}
59
63
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