From dc41aaaddd56313689a31af5e6eba245289d2ea4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 21:05:30 -0700 Subject: [PATCH] Bump microsoft/DevSkim-Action from 1.0.13 to 1.0.14 (#1595) Bumps [microsoft/DevSkim-Action](https://github.com/microsoft/devskim-action) from 1.0.13 to 1.0.14. - [Release notes](https://github.com/microsoft/devskim-action/releases) - [Commits](https://github.com/microsoft/devskim-action/compare/0aa4037a25755a8a5bd422d7a5b0b8ba7971863b...914fa647b406c387000300b2f09bb28691be2b6d) --- updated-dependencies: - dependency-name: microsoft/DevSkim-Action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 081c6d9bd4..dfa9462783 100644 --- a/.github/workflows/devskim.yml +++ b/.github/workflows/devskim.yml @@ -29,7 +29,7 @@ jobs: - name: Checkout code uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - name: Run DevSkim scanner - uses: microsoft/DevSkim-Action@0aa4037a25755a8a5bd422d7a5b0b8ba7971863b # v1.0.13 + uses: microsoft/DevSkim-Action@914fa647b406c387000300b2f09bb28691be2b6d # v1.0.14 - name: Upload DevSkim scan results to GitHub Security tab uses: github/codeql-action/upload-sarif@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7 with: