Skip to content

Commit b61563d

Browse files
Bump guibranco/github-file-reader-action-v2 in the actions-minor group (#143)
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.887 to 2.2.896 - [Release notes](https://github.com/guibranco/github-file-reader-action-v2/releases) - [Commits](guibranco/github-file-reader-action-v2@v2.2.887...v2.2.896) --- updated-dependencies: - dependency-name: guibranco/github-file-reader-action-v2 dependency-version: 2.2.896 dependency-type: direct:production update-type: version-update:semver-patch 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 c5c7df4 commit b61563d

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
@@ -237,21 +237,21 @@ runs:
237237
path: fingerprint.txt
238238

239239
- name: Read secrets-result.log
240-
uses: guibranco/github-file-reader-action-v2@v2.2.887
240+
uses: guibranco/github-file-reader-action-v2@v2.2.896
241241
if: always() && env.SCAN_RAN == 'true'
242242
id: log
243243
with:
244244
path: secrets-result.log
245245

246246
- name: Read secrets-result.md
247-
uses: guibranco/github-file-reader-action-v2@v2.2.887
247+
uses: guibranco/github-file-reader-action-v2@v2.2.896
248248
if: env.SECRETS_FOUND == 'true'
249249
id: report
250250
with:
251251
path: secrets-result.md
252252

253253
- name: Read fingerprint.txt
254-
uses: guibranco/github-file-reader-action-v2@v2.2.887
254+
uses: guibranco/github-file-reader-action-v2@v2.2.896
255255
if: env.SECRETS_FOUND == 'true'
256256
id: fingerprint
257257
with:

0 commit comments

Comments
 (0)