Skip to content

Commit

Permalink
Lock vcpkg & cmake workflow actions at specific commit (#3743)
Browse files Browse the repository at this point in the history
  • Loading branch information
marmichalski committed Oct 17, 2021
1 parent 9aeb1a7 commit 5aa4cc1
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit 5aa4cc1

Please sign in to comment.