From ac1e292d2c26e69eba712ebeb7278deef2b9bec2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 04:19:35 +0000 Subject: [PATCH] Bump guibranco/github-file-reader-action-v2 from 2.1.547 to 2.2.580 Bumps [guibranco/github-file-reader-action-v2](https://github.com/guibranco/github-file-reader-action-v2) from 2.1.547 to 2.2.580. - [Release notes](https://github.com/guibranco/github-file-reader-action-v2/releases) - [Commits](https://github.com/guibranco/github-file-reader-action-v2/compare/v2.1.547...v2.2.580) --- updated-dependencies: - dependency-name: guibranco/github-file-reader-action-v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/infisical-secrets-check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/infisical-secrets-check.yml b/.github/workflows/infisical-secrets-check.yml index 47f30c9..c390cc0 100644 --- a/.github/workflows/infisical-secrets-check.yml +++ b/.github/workflows/infisical-secrets-check.yml @@ -33,14 +33,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.1.547 + uses: guibranco/github-file-reader-action-v2@v2.2.580 if: always() id: log with: path: secrets-result.log - name: Read secrets-result.log - uses: guibranco/github-file-reader-action-v2@v2.1.547 + uses: guibranco/github-file-reader-action-v2@v2.2.580 if: failure() id: report with: