From 278fd01357770b33a95c2a8a94cb7b9da0f3cc91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 05:06:11 +0000 Subject: [PATCH] Bump microsoft/DevSkim-Action from 1.0.5 to 1.0.6 Bumps [microsoft/DevSkim-Action](https://github.com/microsoft/DevSkim-Action) from 1.0.5 to 1.0.6. - [Release notes](https://github.com/microsoft/DevSkim-Action/releases) - [Commits](https://github.com/microsoft/DevSkim-Action/compare/v1.0.5...v1.0.6) --- updated-dependencies: - dependency-name: microsoft/DevSkim-Action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/devskim.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/devskim.yml b/.github/workflows/devskim.yml index 9d7f318..0b201f9 100644 --- a/.github/workflows/devskim.yml +++ b/.github/workflows/devskim.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v3.3.0 - name: Run DevSkim scanner - uses: microsoft/DevSkim-Action@v1.0.5 + uses: microsoft/DevSkim-Action@v1.0.6 - name: Upload DevSkim scan results to GitHub Security tab uses: github/codeql-action/upload-sarif@v2.2.4