Skip to content

Commit 7667ed9

Browse files
Merge branch 'main' into dependabot/github_actions/actions/github-script-9
2 parents 32b094a + 27eb86c commit 7667ed9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)