Skip to content

Commit d0e6673

Browse files
Bump guibranco/github-file-reader-action-v2 in the actions-minor group
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.908 to 2.2.910 - [Release notes](https://github.com/guibranco/github-file-reader-action-v2/releases) - [Commits](guibranco/github-file-reader-action-v2@v2.2.908...v2.2.910) --- updated-dependencies: - dependency-name: guibranco/github-file-reader-action-v2 dependency-version: 2.2.910 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 73d4107 commit d0e6673

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.908
240+
uses: guibranco/github-file-reader-action-v2@v2.2.910
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.908
247+
uses: guibranco/github-file-reader-action-v2@v2.2.910
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.908
254+
uses: guibranco/github-file-reader-action-v2@v2.2.910
255255
if: env.SECRETS_FOUND == 'true'
256256
id: fingerprint
257257
with:

0 commit comments

Comments
 (0)