From d76c080ef56c80cd0ad8e9885de3a77999082f5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 10:01:02 +0000 Subject: [PATCH] ci(deps): 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.0 to 0.1.1. - [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.0...v0.1.1) --- updated-dependencies: - dependency-name: advanced-security/component-detection-dependency-submission-action dependency-version: 0.1.1 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 083695c..f334a68 100644 --- a/.github/workflows/dependency-submission.yml +++ b/.github/workflows/dependency-submission.yml @@ -22,6 +22,6 @@ jobs: - name: Restore dependencies run: dotnet restore - name: Component Detection - uses: advanced-security/component-detection-dependency-submission-action@v0.1.0 + uses: advanced-security/component-detection-dependency-submission-action@v0.1.1 with: directoryExclusionList: 'samples/**/*;tests/**/*' \ No newline at end of file