Merge pull request #146 from danfiedler-msft/danfiedler/pin-actions

Pin GitHub Actions to full-length commit SHAs
This commit is contained in:
Chet Husk
2026-09-14 11:47:36 -05:00
committed by GitHub
2 changed files with 12 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
groups:
github-actions:
patterns: ["*"]
schedule:
interval: "weekly"
cooldown:
default-days: 7
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
- windows-2025-vs2026
runs-on: ${{ matrix.runner }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
- name: Setup MSBuild (vswhere-path)
id: setup_msbuild_explicit