From ed7b37a7ded63d8704693a8fa51dc136d3da2372 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 12:28:01 +0000 Subject: [PATCH] MP1: Bump microsoft/setup-msbuild from 1.3 to 2 Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 1.3 to 2. - [Release notes](https://github.com/microsoft/setup-msbuild/releases) - [Changelog](https://github.com/microsoft/setup-msbuild/blob/main/building-release.md) - [Commits](https://github.com/microsoft/setup-msbuild/compare/v1.3...v2) --- updated-dependencies: - dependency-name: microsoft/setup-msbuild dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/workflow_codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow_codeql.yml b/.github/workflows/workflow_codeql.yml index 61928a1e730..d83b50e8065 100644 --- a/.github/workflows/workflow_codeql.yml +++ b/.github/workflows/workflow_codeql.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Setup Visual Studio 2019 - uses: microsoft/setup-msbuild@v1.3 + uses: microsoft/setup-msbuild@v2 with: vs-version: 16.11