From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 20:20:34 +0000 (+0000) Subject: CI: update rojopolis/spellcheck, actions/checkout, actions/upload-artifact X-Git-Tag: curl-8_11_0~166 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ba68eb02fa2d9b138658678c2c1af3716edd7036;p=thirdparty%2Fcurl.git CI: update rojopolis/spellcheck, actions/checkout, actions/upload-artifact - update rojopolis/spellcheck-github-actions digest to 7ff888c - update actions/checkout digest to eef6144 - update actions/upload-artifact digest to b4b15b8 Closes #15207 Closes #15184 Closes #15187 --- diff --git a/.github/workflows/checkdocs.yml b/.github/workflows/checkdocs.yml index 750b979455..b02bf0712a 100644 --- a/.github/workflows/checkdocs.yml +++ b/.github/workflows/checkdocs.yml @@ -36,7 +36,7 @@ jobs: proselint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 name: checkout - name: install prereqs @@ -85,7 +85,7 @@ jobs: linkcheck: runs-on: ubuntu-latest steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 name: checkout - name: trim the cmdline docs markdown files @@ -98,7 +98,7 @@ jobs: spellcheck: runs-on: ubuntu-latest steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 name: checkout - name: trim all man page *.md files @@ -117,14 +117,14 @@ jobs: run: grep -v '^#' .github/scripts/spellcheck.words > wordlist.txt - name: Check Spelling - uses: rojopolis/spellcheck-github-actions@b83ca7c1b5c285e4f2b43e209a455c74872ec341 # v0 + uses: rojopolis/spellcheck-github-actions@7ff888c45ba73d66b3a180963706715897f41684 # v0 with: config_path: .github/scripts/spellcheck.yaml badwords-synopsis: runs-on: ubuntu-latest steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 name: checkout - name: badwords @@ -136,7 +136,7 @@ jobs: man-examples: runs-on: ubuntu-latest steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 name: checkout - name: render nroff versions diff --git a/.github/workflows/checksrc.yml b/.github/workflows/checksrc.yml index b3f0eb8d3c..47393747e2 100644 --- a/.github/workflows/checksrc.yml +++ b/.github/workflows/checksrc.yml @@ -35,7 +35,7 @@ jobs: checksrc: runs-on: ubuntu-latest steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 name: checkout - name: check @@ -44,7 +44,7 @@ jobs: codespell-cmakelint-pytype-ruff: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 name: checkout - name: install @@ -78,7 +78,7 @@ jobs: reuse: runs-on: ubuntu-latest steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 name: checkout - name: REUSE Compliance Check @@ -88,7 +88,7 @@ jobs: runs-on: ubuntu-24.04 timeout-minutes: 5 steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 name: checkout - name: shellcheck diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index ba75abf481..e03e2ae5ee 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -47,7 +47,7 @@ jobs: security-events: write steps: - name: Checkout repository - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/configure-vs-cmake.yml b/.github/workflows/configure-vs-cmake.yml index 11e96aafce..fdfdefd05e 100644 --- a/.github/workflows/configure-vs-cmake.yml +++ b/.github/workflows/configure-vs-cmake.yml @@ -32,7 +32,7 @@ jobs: check-linux: runs-on: ubuntu-latest steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: run configure --with-openssl run: | @@ -70,7 +70,7 @@ jobs: run: | echo '::group::brew packages installed'; ls -l "$(brew --prefix)/opt"; echo '::endgroup::' - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: run configure --with-openssl run: | @@ -107,7 +107,7 @@ jobs: - name: install packages run: sudo apt-get --quiet 2 --option Dpkg::Use-Pty=0 install mingw-w64 - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: run configure --with-schannel run: | diff --git a/.github/workflows/curl-for-win.yml b/.github/workflows/curl-for-win.yml index 4a23c0523a..256b492392 100644 --- a/.github/workflows/curl-for-win.yml +++ b/.github/workflows/curl-for-win.yml @@ -46,7 +46,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 30 steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 with: path: 'curl' fetch-depth: 8 @@ -73,7 +73,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 30 steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 with: path: 'curl' fetch-depth: 8 @@ -99,7 +99,7 @@ jobs: env: CW_JOBS: '4' steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 with: path: 'curl' fetch-depth: 8 @@ -114,7 +114,7 @@ jobs: win-llvm: runs-on: ubuntu-latest steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 with: path: 'curl' fetch-depth: 8 diff --git a/.github/workflows/distcheck.yml b/.github/workflows/distcheck.yml index d97596db6a..929460c42a 100644 --- a/.github/workflows/distcheck.yml +++ b/.github/workflows/distcheck.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 15 steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - run: sudo apt-get purge -y curl libcurl4 libcurl4-doc name: 'remove preinstalled curl libcurl4{-doc}' @@ -42,7 +42,7 @@ jobs: run: | SOURCE_DATE_EPOCH=1711526400 ./scripts/maketgz 99.98.97 - - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 + - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 with: name: 'release-tgz' path: 'curl-99.98.97.tar.gz' @@ -128,7 +128,7 @@ jobs: timeout-minutes: 5 needs: maketgz-and-verify-in-tree steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4 with: @@ -140,7 +140,7 @@ jobs: reproducible-releases: runs-on: ubuntu-latest steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - run: sudo apt-get purge -y curl libcurl4 libcurl4-doc name: 'remove preinstalled curl libcurl4{-doc}' diff --git a/.github/workflows/hacktoberfest-accepted.yml b/.github/workflows/hacktoberfest-accepted.yml index 8574d4a468..d7c784a2c0 100644 --- a/.github/workflows/hacktoberfest-accepted.yml +++ b/.github/workflows/hacktoberfest-accepted.yml @@ -26,7 +26,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 with: fetch-depth: 100 diff --git a/.github/workflows/http3-linux.yml b/.github/workflows/http3-linux.yml index 3ab471c5e5..79ee25c80d 100644 --- a/.github/workflows/http3-linux.yml +++ b/.github/workflows/http3-linux.yml @@ -468,7 +468,7 @@ jobs: cd $HOME/mod_h2 sudo make install - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - run: | sudo python3 -m pip install -r tests/requirements.txt -r tests/http/requirements.txt diff --git a/.github/workflows/linux-old.yml b/.github/workflows/linux-old.yml index 89e97c6530..47897f5750 100644 --- a/.github/workflows/linux-old.yml +++ b/.github/workflows/linux-old.yml @@ -73,7 +73,7 @@ jobs: httrack --get https://security.debian.org/debian-security/pool/updates/main/g/glibc/libc6_2.28-10+deb10u4_amd64.deb dpkg -i libc6_*_amd64.deb - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: 'cmake build-only (out-of-tree, libssh2)' run: | diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index b7d005e540..14bd0eb536 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -284,7 +284,7 @@ jobs: perl-time-hires openssh stunnel sudo git name: 'install dependencies' - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Fix kernel mmap rnd bits # Asan in llvm 14 provided in ubuntu 22.04 is incompatible with diff --git a/.github/workflows/linux32.yml b/.github/workflows/linux32.yml index 888f3a0d67..eb5f7bfc43 100644 --- a/.github/workflows/linux32.yml +++ b/.github/workflows/linux32.yml @@ -64,7 +64,7 @@ jobs: sudo python3 -m pip install --break-system-packages impacket name: 'install prereqs' - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - run: autoreconf -fi name: 'autoreconf' diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 9a584ff4cc..c447bfb11e 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -154,7 +154,7 @@ jobs: brew unlink openssl fi - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: 'toolchain versions' run: | @@ -320,7 +320,7 @@ jobs: brew unlink openssl fi - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: 'toolchain versions' run: | @@ -481,7 +481,7 @@ jobs: echo automake libtool | xargs -Ix -n1 echo brew '"x"' > /tmp/Brewfile while [[ $? == 0 ]]; do for i in 1 2 3; do brew update && brew bundle install --no-lock --file /tmp/Brewfile && break 2 || { echo Error: wait to try again; sleep 10; } done; false Too many retries; done - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: 'toolchain versions' run: | diff --git a/.github/workflows/non-native.yml b/.github/workflows/non-native.yml index a2b158dcb7..52a6f1c8e1 100644 --- a/.github/workflows/non-native.yml +++ b/.github/workflows/non-native.yml @@ -44,7 +44,7 @@ jobs: matrix: arch: ['x86_64'] steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: 'cmake' uses: cross-platform-actions/action@cdc9ee69ef84a5f2e59c9058335d9c57bcb4ac86 # v0.25.0 with: @@ -82,7 +82,7 @@ jobs: matrix: arch: ['x86_64'] steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: 'cmake' uses: cross-platform-actions/action@cdc9ee69ef84a5f2e59c9058335d9c57bcb4ac86 # v0.25.0 with: @@ -124,7 +124,7 @@ jobs: - { build: 'cmake' , arch: 'arm64', compiler: 'clang' } fail-fast: false steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: 'autotools' if: ${{ matrix.build == 'autotools' }} uses: cross-platform-actions/action@cdc9ee69ef84a5f2e59c9058335d9c57bcb4ac86 # v0.25.0 @@ -191,7 +191,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 30 steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: 'autotools' uses: vmactions/omnios-vm@52a1db31be4fd41325bb0ed32d9ff79f78c69d8d # v1 with: diff --git a/.github/workflows/torture.yml b/.github/workflows/torture.yml index 1798eefb1b..740db73949 100644 --- a/.github/workflows/torture.yml +++ b/.github/workflows/torture.yml @@ -64,7 +64,7 @@ jobs: python3 -m pip install --break-system-packages impacket name: 'install prereqs' - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - run: | cmake -G Ninja -DCMAKE_UNITY_BUILD=ON -DCURL_TEST_BUNDLES=ON -DCURL_WERROR=ON \ diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index bf3f6578e9..864fe97405 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -54,7 +54,7 @@ jobs: steps: - run: git config --global core.autocrlf input shell: pwsh - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - uses: cygwin/cygwin-install-action@006ad0b0946ca6d0a3ea2d4437677fa767392401 # v4 with: platform: ${{ matrix.platform }} @@ -207,7 +207,7 @@ jobs: - run: git config --global core.autocrlf input shell: pwsh - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - uses: msys2/setup-msys2@ddf331adaebd714795f1042345e6ca57bd66cea8 # v2 if: ${{ matrix.sys == 'msys' }} @@ -455,7 +455,7 @@ jobs: ls -l - run: git config --global core.autocrlf input - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: 'cmake configure' timeout-minutes: 5 @@ -541,7 +541,7 @@ jobs: - name: 'install packages' run: sudo apt-get --quiet 2 --option Dpkg::Use-Pty=0 install mingw-w64 ${{ matrix.build == 'cmake' && 'ninja-build' || '' }} - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: 'autotools autoreconf' if: ${{ matrix.build == 'autotools' }} @@ -715,7 +715,7 @@ jobs: fail-fast: false steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: 'vcpkg cache setup' uses: actions/github-script@v7