From 02cbb97cf4eaf53de1da0ee618da9f380ed0095f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 10:43:50 +0000 Subject: [PATCH] ci(deps): bump complytime/org-infra/.github/workflows/reusable_vuln_scan.yml Bumps [complytime/org-infra/.github/workflows/reusable_vuln_scan.yml](https://github.com/complytime/org-infra) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/complytime/org-infra/releases) - [Changelog](https://github.com/complytime/org-infra/blob/main/CHANGELOG.md) - [Commits](https://github.com/complytime/org-infra/compare/bbd7194995388f96dd28c0c0792d406c8a249140...638b2037394ca0f0b860a135c7c27dce75fd3c03) --- updated-dependencies: - dependency-name: complytime/org-infra/.github/workflows/reusable_vuln_scan.yml dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_security.yml b/.github/workflows/ci_security.yml index eca0711..c509753 100644 --- a/.github/workflows/ci_security.yml +++ b/.github/workflows/ci_security.yml @@ -22,7 +22,7 @@ concurrency: jobs: call_reusable_vuln_scan: name: Vulnerability Scan - uses: complytime/org-infra/.github/workflows/reusable_vuln_scan.yml@bbd7194995388f96dd28c0c0792d406c8a249140 # v0.4.0 + uses: complytime/org-infra/.github/workflows/reusable_vuln_scan.yml@638b2037394ca0f0b860a135c7c27dce75fd3c03 # v0.5.0 permissions: contents: read actions: read