summaryrefslogtreecommitdiff
path: root/.github/workflows/Code-Scanning.yml
diff options
context:
space:
mode:
author5an7y-Microsoft <[email protected]>2026-05-21 12:22:46 -0700
committerGitHub <[email protected]>2026-05-21 12:22:46 -0700
commit9a8b5af57e998df0c38490134f579f1d4d27a8d2 (patch)
tree4d4d6101e99b2d0a8e26df13950442a2ee17fa03 /.github/workflows/Code-Scanning.yml
parentd7ba74afdcff77fd65180d14a429937f93000779 (diff)
Change runner to windows-2025-vs2026 for analysis job
Diffstat (limited to '.github/workflows/Code-Scanning.yml')
-rw-r--r--.github/workflows/Code-Scanning.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/Code-Scanning.yml b/.github/workflows/Code-Scanning.yml
index c7637e3b..06346d21 100644
--- a/.github/workflows/Code-Scanning.yml
+++ b/.github/workflows/Code-Scanning.yml
@@ -26,7 +26,7 @@ on:
jobs:
analyze:
name: Analysis
- runs-on: windows-latest
+ runs-on: windows-2025-vs2026
permissions:
actions: read
contents: read