Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/windows-bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
jobs:
bazel:
name: bazel + ${{ matrix.msvc }} + ${{ matrix.compilation_mode }} + ${{ matrix.shard }}
runs-on: windows-2022
runs-on: windows-2025
permissions:
contents: 'read'
strategy:
Expand All @@ -40,7 +40,7 @@
targets:
- //google/cloud/storage/...
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7

Check warning on line 43 in .github/workflows/windows-bazel.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

ref-version-mismatch

windows-bazel.yml:43: action's hash pin has mismatched or missing version comment: points to commit 3d3c42e5aac5
with:
ref: ${{ inputs.checkout-ref }}
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
jobs:
cmake:
name: cmake + ${{ matrix.msvc }} + ${{ matrix.arch }} + ${{ matrix.build_type }} + ${{ matrix.shard }}
runs-on: windows-2022
runs-on: windows-2025
permissions:
contents: 'read'
strategy:
Expand Down Expand Up @@ -65,7 +65,7 @@
- shard: Core4
build_type: Debug
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7

Check warning on line 68 in .github/workflows/windows-cmake.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

ref-version-mismatch

windows-cmake.yml:68: action's hash pin has mismatched or missing version comment: points to commit 3d3c42e5aac5
with:
ref: ${{ inputs.checkout-ref }}
persist-credentials: false
Expand Down
Loading