diff options
| author | Adonais Romero González <[email protected]> | 2023-06-01 16:00:21 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-06-01 16:00:21 -0700 |
| commit | c5cc3eca707a39d71a3f34281af107795b2af945 (patch) | |
| tree | 53ebcdabd539e8102a5ea3c0121231643dd328b8 /.github/workflows/Code-Scanning.yml | |
| parent | 29e42c339a2dfd502d9c09efa53d10863be518ce (diff) | |
Update MsBuild action (#990)
Diffstat (limited to '.github/workflows/Code-Scanning.yml')
| -rw-r--r-- | .github/workflows/Code-Scanning.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/Code-Scanning.yml b/.github/workflows/Code-Scanning.yml index c3094b4b..fc1ae7e8 100644 --- a/.github/workflows/Code-Scanning.yml +++ b/.github/workflows/Code-Scanning.yml @@ -43,10 +43,9 @@ jobs: languages: ${{ matrix.language }} - name: Add MSBuild to PATH - uses: microsoft/[email protected] + uses: microsoft/[email protected] - name: Retrieve and build all available solutions - id: build-all-samples run: | .\Build-AllSamples.ps1 -Verbose -ThrottleLimit 1 env: |
