mirror of
https://github.com/curl/curl.git
synced 2026-07-11 06:17:20 +03:00
GHA: bump GitHub Actions
- updates `actions/cache` from 5.0.5 to 6.1.0 - updates `actions/checkout` from 6.0.2 to 7.0.0 - updates `github/codeql-action/analyze` from 4.36.0 to 4.36.2 - updates `github/codeql-action/init` from 4.36.0 to 4.36.2 - updates `msys2/setup-msys2` from 2.31.1 to 2.32.0 Closes #22239
This commit is contained in:
parent
a55dfa5e35
commit
0e7030f0e1
13 changed files with 101 additions and 101 deletions
2
.github/workflows/linux-old.yml
vendored
2
.github/workflows/linux-old.yml
vendored
|
|
@ -90,7 +90,7 @@ jobs:
|
|||
sha256sum "${fn}".tar*.gz | tee /dev/stderr | grep -qwF -- "${CMAKE_SHA256}" && tar -xf "${fn}".tar*.gz && rm -f "${fn}".tar*.gz
|
||||
mv "cmake-${CMAKE_VERSION}-Linux-x86_64" cmake
|
||||
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue