From 31b88be58df9ada175a33c84ee7c363a7a53894a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 14:10:50 +0000 Subject: [PATCH 1/2] Bump guibranco/github-infisical-secrets-check-action (#170) Bumps [guibranco/github-infisical-secrets-check-action](https://github.com/guibranco/github-infisical-secrets-check-action) from 1.1.17 to 1.1.18. - [Release notes](https://github.com/guibranco/github-infisical-secrets-check-action/releases) - [Commits](https://github.com/guibranco/github-infisical-secrets-check-action/compare/v1.1.17...v1.1.18) --- updated-dependencies: - dependency-name: guibranco/github-infisical-secrets-check-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/infisical-secrets-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/infisical-secrets-check.yml b/.github/workflows/infisical-secrets-check.yml index a46f396..f6b0dad 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@v1.1.17 + uses: guibranco/github-infisical-secrets-check-action@v1.1.18 From 2b3e31437cdc30b13c4858e656f6015ea1329ead Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:17:48 +0000 Subject: [PATCH 2/2] Bump gittools/actions from 3.0.2 to 3.0.3 (#169) Bumps [gittools/actions](https://github.com/gittools/actions) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/v3.0.2...v3.0.3) --- updated-dependencies: - dependency-name: gittools/actions 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/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cc139f9..16b8660 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,13 +29,13 @@ jobs: dotnet-version: "8.0.x" - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v3.0.2 + uses: gittools/actions/gitversion/setup@v3.0.3 with: versionSpec: "5.x" - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v3.0.2 + uses: gittools/actions/gitversion/execute@v3.0.3 with: useConfigFile: true updateAssemblyInfo: true