Skip to content

Commit 27eb86c

Browse files
Bump guibranco/github-file-reader-action-v2 in the actions-minor group (#165)
Bumps the actions-minor group with 1 update: [guibranco/github-file-reader-action-v2](https://github.com/guibranco/github-file-reader-action-v2). Updates `guibranco/github-file-reader-action-v2` from 2.2.928 to 2.3.2 - [Release notes](https://github.com/guibranco/github-file-reader-action-v2/releases) - [Commits](guibranco/github-file-reader-action-v2@v2.2.928...v2.3.2) --- updated-dependencies: - dependency-name: guibranco/github-file-reader-action-v2 dependency-version: 2.3.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e87d9c1 commit 27eb86c

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)