From 86bb83b18c799755dae8165d2729f16face3b977 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 14:43:36 +0000 Subject: [PATCH] build(deps): Bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [guibranco/github-infisical-secrets-check-action](https://github.com/guibranco/github-infisical-secrets-check-action) and [guibranco/github-csharpier-linter-action](https://github.com/guibranco/github-csharpier-linter-action). Updates `guibranco/github-infisical-secrets-check-action` from 5.0.1 to 5.0.3 - [Release notes](https://github.com/guibranco/github-infisical-secrets-check-action/releases) - [Commits](https://github.com/guibranco/github-infisical-secrets-check-action/compare/v5.0.1...v5.0.3) Updates `guibranco/github-csharpier-linter-action` from 1.0.23 to 1.0.24 - [Release notes](https://github.com/guibranco/github-csharpier-linter-action/releases) - [Commits](https://github.com/guibranco/github-csharpier-linter-action/compare/v1.0.23...v1.0.24) --- updated-dependencies: - dependency-name: guibranco/github-infisical-secrets-check-action dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: guibranco/github-csharpier-linter-action dependency-version: 1.0.24 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/infisical-secrets-check.yml | 2 +- .github/workflows/linter.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/infisical-secrets-check.yml b/.github/workflows/infisical-secrets-check.yml index 98f64a67..7e43a32a 100644 --- a/.github/workflows/infisical-secrets-check.yml +++ b/.github/workflows/infisical-secrets-check.yml @@ -23,4 +23,4 @@ jobs: fetch-depth: 0 - name: Infisical secrets check - uses: guibranco/github-infisical-secrets-check-action@v5.0.1 + uses: guibranco/github-infisical-secrets-check-action@v5.0.3 diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 461fc112..db1b3e7f 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -12,4 +12,4 @@ jobs: pull-requests: write steps: - name: CSharpier Linter - uses: guibranco/github-csharpier-linter-action@v1.0.23 + uses: guibranco/github-csharpier-linter-action@v1.0.24