GHA: pin dependencies

Closes #13628
This commit is contained in:
renovate[bot] 2024-05-15 09:39:30 +00:00 committed by Daniel Stenberg
parent 17fbed2008
commit 7398037abe
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
24 changed files with 61 additions and 61 deletions

View file

@ -63,7 +63,7 @@ jobs:
name: 'install prereqs and impacket'
- name: cache awslc
uses: actions/cache@v4
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
id: cache-awslc
env:
cache-name: cache-awslc
@ -83,7 +83,7 @@ jobs:
cmake --build . --parallel
cmake --install .
- uses: actions/checkout@v4
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- run: autoreconf -fi
name: 'autoreconf'
@ -123,7 +123,7 @@ jobs:
name: 'install prereqs and impacket'
- name: cache awslc
uses: actions/cache@v4
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
id: cache-awslc
env:
cache-name: cache-awslc
@ -143,7 +143,7 @@ jobs:
cmake --build . --parallel
cmake --install .
- uses: actions/checkout@v4
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- run: cmake -Bbuild -DCMAKE_UNITY_BUILD=ON -DCURL_WERROR=ON -DOPENSSL_ROOT_DIR=$HOME/awslc -DBUILD_SHARED_LIBS=ON .
name: 'cmake generate out-of-tree'