Skip to content

Commit 10c26c3

Browse files
committed
fix(ci): pin ilammy/msvc-dev-cmd to commit hash for supply-chain security
- Pin from @v1 (mutable tag) to full SHA 0b201ec74fa43914dc39ae48a89fd1d8cb592756 (v1.13.0) - All other actions in the workflow are already pinned to commits - Addresses supply-chain risk and zizmor blanket pinning policy
1 parent 2c89220 commit 10c26c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
working-directory: ${{ github.workspace }}/repo
4747
- name: Setup MSVC for x86
4848
if: matrix.arch == 'x86'
49-
uses: ilammy/msvc-dev-cmd@v1
49+
uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
5050
with:
5151
arch: x86
5252
- name: Install dependencies

0 commit comments

Comments
 (0)