From 8df1fb3a23526e46e399fdcb1691a2bf1d920cc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 21:14:32 +0000 Subject: [PATCH] Bump advanced-security/component-detection-dependency-submission-action Bumps [advanced-security/component-detection-dependency-submission-action](https://github.com/advanced-security/component-detection-dependency-submission-action) from 0.1.4 to 0.1.6. - [Release notes](https://github.com/advanced-security/component-detection-dependency-submission-action/releases) - [Commits](https://github.com/advanced-security/component-detection-dependency-submission-action/compare/v0.1.4...v0.1.6) --- updated-dependencies: - dependency-name: advanced-security/component-detection-dependency-submission-action dependency-version: 0.1.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/dependency-submission.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependency-submission.yml b/.github/workflows/dependency-submission.yml index d8b6d41..8b48667 100644 --- a/.github/workflows/dependency-submission.yml +++ b/.github/workflows/dependency-submission.yml @@ -23,7 +23,7 @@ jobs: - name: Restore dependencies run: dotnet restore KeelMatrix.Telemetry.slnx - name: Submit resolved NuGet dependency graph - uses: advanced-security/component-detection-dependency-submission-action@v0.1.4 + uses: advanced-security/component-detection-dependency-submission-action@v0.1.6 with: filePath: . detectorsCategories: NuGet