Skip to content

Commit ec6d891

Browse files
Bump guibranco/github-file-reader-action-v2 in the actions-minor group (#159)
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.915 to 2.2.921 - [Release notes](https://github.com/guibranco/github-file-reader-action-v2/releases) - [Commits](guibranco/github-file-reader-action-v2@v2.2.915...v2.2.921) --- updated-dependencies: - dependency-name: guibranco/github-file-reader-action-v2 dependency-version: 2.2.921 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 38ba342 commit ec6d891

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.915
261+
uses: guibranco/github-file-reader-action-v2@v2.2.921
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.915
268+
uses: guibranco/github-file-reader-action-v2@v2.2.921
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.915
275+
uses: guibranco/github-file-reader-action-v2@v2.2.921
276276
if: env.SECRETS_FOUND == 'true'
277277
id: fingerprint
278278
with:

0 commit comments

Comments
 (0)