GHA: pin dependencies

For recently added actions in checkdocs.yml and windows.yml

Closes #15722
This commit is contained in:
renovate[bot] 2024-12-11 12:06:23 +00:00 committed by Daniel Stenberg
parent a300879b63
commit 97866f1620
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
2 changed files with 2 additions and 2 deletions

View 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

View 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 || '');