From e5dd870bb05212e5494f292d26ef08357e6f18d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 04:56:32 +0000 Subject: [PATCH 1/2] Bump pascalgn/size-label-action from 0.5.2 to 0.5.4 (#256) Bumps [pascalgn/size-label-action](https://github.com/pascalgn/size-label-action) from 0.5.2 to 0.5.4. - [Release notes](https://github.com/pascalgn/size-label-action/releases) - [Commits](https://github.com/pascalgn/size-label-action/compare/v0.5.2...v0.5.4) --- updated-dependencies: - dependency-name: pascalgn/size-label-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/size-label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/size-label.yml b/.github/workflows/size-label.yml index aee0381..7e59730 100644 --- a/.github/workflows/size-label.yml +++ b/.github/workflows/size-label.yml @@ -23,6 +23,6 @@ jobs: ) || ( github.event_name == 'workflow_dispatch' ) - uses: "pascalgn/size-label-action@v0.5.2" + uses: "pascalgn/size-label-action@v0.5.4" env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" From 43397c96ddcd4ed8d0a9174e26f6c78692cda0e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 05:00:26 +0000 Subject: [PATCH 2/2] Bump guibranco/github-file-reader-action-v2 from 2.2.651 to 2.2.661 (#257) Bumps [guibranco/github-file-reader-action-v2](https://github.com/guibranco/github-file-reader-action-v2) from 2.2.651 to 2.2.661. - [Release notes](https://github.com/guibranco/github-file-reader-action-v2/releases) - [Commits](https://github.com/guibranco/github-file-reader-action-v2/compare/v2.2.651...v2.2.661) --- 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: gstraccini[bot] <150967461+gstraccini[bot]@users.noreply.github.com> --- .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 02b051b..994e891 100644 --- a/.github/workflows/infisical-secrets-check.yml +++ b/.github/workflows/infisical-secrets-check.yml @@ -68,14 +68,14 @@ jobs: path: secrets-result.md - name: Read secrets-result.log - uses: guibranco/github-file-reader-action-v2@v2.2.651 + uses: guibranco/github-file-reader-action-v2@v2.2.661 if: always() id: log with: path: secrets-result.log - name: Read secrets-result.md - uses: guibranco/github-file-reader-action-v2@v2.2.651 + uses: guibranco/github-file-reader-action-v2@v2.2.661 if: failure() id: report with: