From 0466bb4534113364da22a601fe8d5045ec6f6854 Mon Sep 17 00:00:00 2001 From: "my-renovate[bot]" <105243867+my-renovate[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 22:04:36 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .github/workflows/build.yml | 2 +- .github/workflows/links.yml | 6 +++--- .github/workflows/markdown-mdspell.yml | 2 +- .github/workflows/packer-templates.yml | 2 +- .github/workflows/remote_build_server.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1b431807..96a46571 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -188,7 +188,7 @@ jobs: PACKER_VAGRANT_PROVIDER=$(echo "${STAGE}" | sed 's/.*-\([^@]*\).*/\1/') EOF - - uses: actions/checkout@v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: submodules: true diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 1b215c02..9b497a62 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -17,10 +17,10 @@ jobs: linkChecker: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Restore lychee cache - uses: actions/cache@v4 + uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4 with: path: .lycheecache key: cache-lychee-${{ github.sha }} @@ -29,7 +29,7 @@ jobs: - name: Link Checker env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - uses: lycheeverse/lychee-action@v1.9.3 + uses: lycheeverse/lychee-action@c053181aa0c3d17606addfe97a9075a32723548a # v1.9.3 with: args: ". --no-progress --exclude-path CHANGELOG.md --exclude-all-private --exclude 'GITHUB_SHA%7D|_VERSION%7D|_TYPE%7D'" fail: true diff --git a/.github/workflows/markdown-mdspell.yml b/.github/workflows/markdown-mdspell.yml index 8fb527fe..320e3fed 100644 --- a/.github/workflows/markdown-mdspell.yml +++ b/.github/workflows/markdown-mdspell.yml @@ -15,7 +15,7 @@ jobs: markdown-mdspell: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Install Node.js uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 diff --git a/.github/workflows/packer-templates.yml b/.github/workflows/packer-templates.yml index 5fbeaf99..b172423d 100644 --- a/.github/workflows/packer-templates.yml +++ b/.github/workflows/packer-templates.yml @@ -15,7 +15,7 @@ jobs: packer-templates: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: submodules: true diff --git a/.github/workflows/remote_build_server.yml b/.github/workflows/remote_build_server.yml index b06e5508..3f646006 100644 --- a/.github/workflows/remote_build_server.yml +++ b/.github/workflows/remote_build_server.yml @@ -12,7 +12,7 @@ jobs: remote_build_server-check: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: submodules: true