2222 security-events : write
2323
2424 steps :
25- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
25+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2626 with :
2727 persist-credentials : false
2828
3636 permissions :
3737 security-events : write
3838 steps :
39- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
39+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4040 with :
4141 persist-credentials : false
4242
4949 name : " TEST: nonexistent version of zizmor (expected to fail)"
5050 runs-on : ubuntu-latest
5151 steps :
52- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
52+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5353 with :
5454 persist-credentials : false
5555
7373 name : " TEST: emits plan format when 'advanced-security: false'"
7474 runs-on : ubuntu-latest
7575 steps :
76- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
76+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7777 with :
7878 persist-credentials : false
7979
8585 name : " TEST: known findings in woodruffw/gha-hazmat (expected to fail when 'advanced-security: false')"
8686 runs-on : ubuntu-latest
8787 steps :
88- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
88+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8989 with :
9090 persist-credentials : false
9191
@@ -109,7 +109,7 @@ jobs:
109109 name : " TEST: known findings in woodruffw/gha-hazmat with offline audits (expected to fail when 'advanced-security: false')"
110110 runs-on : ubuntu-latest
111111 steps :
112- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
112+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
113113 with :
114114 persist-credentials : false
115115
@@ -134,7 +134,7 @@ jobs:
134134 name : " TEST: 'annotations: true' emits GitHub annotations"
135135 runs-on : ubuntu-latest
136136 steps :
137- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
137+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
138138 with :
139139 persist-credentials : false
140140
@@ -147,7 +147,7 @@ jobs:
147147 name : " TEST: 'annotations: true' and 'advanced-security: true' are mutually exclusive"
148148 runs-on : ubuntu-latest
149149 steps :
150- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
150+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
151151 with :
152152 persist-credentials : false
153153
@@ -171,7 +171,7 @@ jobs:
171171 name : " TEST: 'fail-on-no-inputs: true' causes failure when no inputs are collected"
172172 runs-on : ubuntu-latest
173173 steps :
174- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
174+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
175175 with :
176176 persist-credentials : false
177177
@@ -195,7 +195,7 @@ jobs:
195195 name : " TEST: 'fail-on-no-inputs: false' does not cause failure when no inputs are collected"
196196 runs-on : ubuntu-latest
197197 steps :
198- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
198+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
199199 with :
200200 persist-credentials : false
201201
0 commit comments