File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -258,21 +258,21 @@ runs:
258258 path : fingerprint.txt
259259
260260 - name : Read secrets-result.log
261- uses : guibranco/github-file-reader-action-v2@v2.2.928
261+ uses : guibranco/github-file-reader-action-v2@v2.3.2
262262 if : always() && env.SCAN_RAN == 'true'
263263 id : log
264264 with :
265265 path : secrets-result.log
266266
267267 - name : Read secrets-result.md
268- uses : guibranco/github-file-reader-action-v2@v2.2.928
268+ uses : guibranco/github-file-reader-action-v2@v2.3.2
269269 if : env.SECRETS_FOUND == 'true'
270270 id : report
271271 with :
272272 path : secrets-result.md
273273
274274 - name : Read fingerprint.txt
275- uses : guibranco/github-file-reader-action-v2@v2.2.928
275+ uses : guibranco/github-file-reader-action-v2@v2.3.2
276276 if : env.SECRETS_FOUND == 'true'
277277 id : fingerprint
278278 with :
You can’t perform that action at this time.
0 commit comments