From efbf5d295c63f85b2cd1b21f91a8e454f47ffa8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 01:29:39 +0000 Subject: [PATCH] Bump microsoft/msvc-code-analysis-action from 0.1.0 to 0.1.1 Bumps [microsoft/msvc-code-analysis-action](https://github.com/microsoft/msvc-code-analysis-action) from 0.1.0 to 0.1.1. - [Release notes](https://github.com/microsoft/msvc-code-analysis-action/releases) - [Commits](https://github.com/microsoft/msvc-code-analysis-action/compare/v0.1.0...v0.1.1) --- updated-dependencies: - dependency-name: microsoft/msvc-code-analysis-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/msvc-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/msvc-analysis.yml b/.github/workflows/msvc-analysis.yml index cb0e6dfaa5c..a89bfb3da40 100644 --- a/.github/workflows/msvc-analysis.yml +++ b/.github/workflows/msvc-analysis.yml @@ -27,7 +27,7 @@ jobs: run: cmake -B ${{ env.build }} -DQL_USE_STD_CLASSES=ON - name: Initialize MSVC Code Analysis - uses: microsoft/msvc-code-analysis-action@v0.1.0 + uses: microsoft/msvc-code-analysis-action@v0.1.1 # Provide a unique ID to access the sarif output path id: run-analysis env: