diff --git a/.github/workflows/basic-qa.yml b/.github/workflows/basic-qa.yml index afef540..00c8d33 100644 --- a/.github/workflows/basic-qa.yml +++ b/.github/workflows/basic-qa.yml @@ -35,7 +35,7 @@ jobs: persist-credentials: false - name: Restore lychee cache - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: .lycheecache key: cache-lychee-${{ github.sha }} @@ -64,7 +64,7 @@ jobs: persist-credentials: false - name: Spellcheck - uses: streetsidesoftware/cspell-action@9cd41bb518a24fefdafd9880cbab8f0ceba04d28 # v8.3.0 + uses: streetsidesoftware/cspell-action@de2a73e963e7443969755b648a1008f77033c5b2 # v8.4.0 with: # Define glob patterns to filter the files to be checked. Use a new line between patterns to define multiple patterns. files: '**/*.md' diff --git a/.github/workflows/publish-wiki.yml b/.github/workflows/publish-wiki.yml index 8a9e5bf..b88fd2a 100644 --- a/.github/workflows/publish-wiki.yml +++ b/.github/workflows/publish-wiki.yml @@ -121,7 +121,7 @@ jobs: - name: "[PR only] Upload the preprocessed wiki files as an artifact" if: ${{ github.event_name == 'pull_request' }} id: artifact - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: wiki-files path: ./_wiki @@ -177,7 +177,7 @@ jobs: - name: Upload PR info as artifact if: ${{ github.event_name == 'pull_request' }} - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: pr_info path: pr/