Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lock vcpkg & cmake workflow actions at commits #3743

Merged
merged 1 commit into from
Oct 17, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/build-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@ jobs:
echo "CC=${{ matrix.cc }}" >> $GITHUB_ENV

- name: Run vcpkg
uses: lukka/run-vcpkg@main
uses: lukka/run-vcpkg@3f40d51892f553ccc1279e943640527bde14635b
with:
vcpkgArguments: ${{ matrix.packages }}
vcpkgDirectory: ${{ runner.workspace }}/vcpkg/
vcpkgTriplet: ${{ matrix.triplet }}
vcpkgGitCommitId: 5568f110b509a9fd90711978a7cb76bae75bb092

- name: Build with CMake
uses: lukka/run-cmake@main
uses: lukka/run-cmake@37910ad41ea9667b241360328d9414b62c7feee1
with:
useVcpkgToolchainFile: true
buildDirectory: ${{ runner.workspace }}/build
Expand Down Expand Up @@ -160,15 +160,15 @@ jobs:
echo "CC=${{ matrix.cc }}" >> $GITHUB_ENV

- name: Run vcpkg
uses: lukka/run-vcpkg@main
uses: lukka/run-vcpkg@3f40d51892f553ccc1279e943640527bde14635b
with:
vcpkgArguments: ${{ matrix.packages }}
vcpkgDirectory: ${{ runner.workspace }}/vcpkg/
vcpkgTriplet: ${{ matrix.triplet }}
vcpkgGitCommitId: 5568f110b509a9fd90711978a7cb76bae75bb092

- name: Build with CMake
uses: lukka/run-cmake@main
uses: lukka/run-cmake@37910ad41ea9667b241360328d9414b62c7feee1
with:
useVcpkgToolchainFile: true
buildDirectory: ${{ runner.workspace }}/build
Expand Down