Skip to content

Commit

Permalink
Bump guibranco/github-file-reader-action-v2 from 2.2.698 to 2.2.699 (#81
Browse files Browse the repository at this point in the history
)

Bumps [guibranco/github-file-reader-action-v2](https://github.com/guibranco/github-file-reader-action-v2) from 2.2.698 to 2.2.699.
- [Release notes](https://github.com/guibranco/github-file-reader-action-v2/releases)
- [Commits](guibranco/github-file-reader-action-v2@v2.2.698...v2.2.699)

---
updated-dependencies:
- dependency-name: guibranco/github-file-reader-action-v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 47729cc commit 155cdb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/infisical-secrets-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ jobs:
run: infisical scan --redact -f csv -r secrets-result.csv 2>&1 | tee >(sed -r 's/\x1b\[[0-9;]*m//g' > secrets-result.log)

- name: Read secrets-result.log
uses: guibranco/github-file-reader-action-v2@v2.2.698
uses: guibranco/github-file-reader-action-v2@v2.2.699
if: always()
id: log
with:
path: secrets-result.log

- name: Read secrets-result.log
uses: guibranco/github-file-reader-action-v2@v2.2.698
uses: guibranco/github-file-reader-action-v2@v2.2.699
if: failure()
id: report
with:
Expand Down

0 comments on commit 155cdb7

Please sign in to comment.