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

@ -178,7 +178,7 @@ jobs:
python3 -m pip install impacket
name: 'pip3 install'
- uses: actions/checkout@v4
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- run: rm -f $HOME/.curlrc
name: remove $HOME/.curlrc
@ -249,7 +249,7 @@ jobs:
esac
name: 'brew unlink openssl'
- uses: actions/checkout@v4
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- run: cmake -B build -DCMAKE_UNITY_BUILD=ON -DCURL_WERROR=ON -DUSE_APPLE_IDN=ON ${{ matrix.build.generate }}
name: 'cmake generate'