]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA: pin dependencies
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Wed, 11 Dec 2024 12:06:23 +0000 (12:06 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 13 Dec 2024 09:52:40 +0000 (10:52 +0100)
For recently added actions in checkdocs.yml and windows.yml

Closes #15722

.github/workflows/checkdocs.yml
.github/workflows/windows.yml

index 7484f74ec34c9a3e4fea88c0395537a6af0744df..0f1915762509c7ee952c1759f30fe0424adaeecb 100644 (file)
@@ -96,7 +96,7 @@ jobs:
         run: find docs/cmdline-opts -name "*.md" ! -name "_*" ! -name MANPAGE.md -print0 | xargs -0 -n1 .github/scripts/cleancmd.pl
 
       - name: Run linkspector
-        uses: umbrelladocs/action-linkspector@v1
+        uses: umbrelladocs/action-linkspector@fc382e19892aca958e189954912fe379a8df270c # v1
         with:
           github_token: ${{ secrets.github_token }}
           reporter: github-pr-review
index d23befbbf5eb66f76471d391519350f96a0fc8be..cdcdcfc44397e8bb36d0f003e2e385b615cae92c 100644 (file)
@@ -664,7 +664,7 @@ jobs:
       - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
 
       - name: 'vcpkg cache setup'
-        uses: actions/github-script@v7
+        uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
         with:
           script: |
             core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');