GHA: update pinned actions

- github/codeql-action digest to 23acc5c
- actions/checkout digest to 692973e
- rojopolis/spellcheck-github-actions digest to d354a4d

Closes #13935
Closes #13945
Closes #13946
This commit is contained in:
renovate[bot] 2024-06-13 15:18:24 +00:00 committed by Daniel Stenberg
parent 85efbb92b8
commit 8b368fa3c9
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
24 changed files with 38 additions and 38 deletions

View file

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