From 50eb50996bbbd715f760ff945cb55d8b1211bee6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Nov 2025 12:06:59 +0000 Subject: [PATCH] [github-action] bump GitGuardian/ggshield-action from 1.43.0 to 1.44.0 Bumps [GitGuardian/ggshield-action](https://github.com/gitguardian/ggshield-action) from 1.43.0 to 1.44.0. - [Release notes](https://github.com/gitguardian/ggshield-action/releases) - [Commits](https://github.com/gitguardian/ggshield-action/compare/v1.43.0...v1.44.0) --- updated-dependencies: - dependency-name: GitGuardian/ggshield-action dependency-version: 1.44.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/security-scan.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-scan.yaml b/.github/workflows/security-scan.yaml index 587417e..b402da0 100644 --- a/.github/workflows/security-scan.yaml +++ b/.github/workflows/security-scan.yaml @@ -45,7 +45,7 @@ jobs: path: . - name: GitGuardian scan - uses: GitGuardian/ggshield-action@v1.43.0 + uses: GitGuardian/ggshield-action@v1.44.0 env: GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }} GITHUB_PUSH_BASE_SHA: ${{ github.event.base }}