diff --git a/.github/workflows/basic-qa.yml b/.github/workflows/basic-qa.yml index a11ef09..ead2405 100644 --- a/.github/workflows/basic-qa.yml +++ b/.github/workflows/basic-qa.yml @@ -64,7 +64,7 @@ jobs: persist-credentials: false - name: Spellcheck - uses: streetsidesoftware/cspell-action@dcd03dc3e8a59ec2e360d0c62db517baa0b4bb6d # v7.2.0 + uses: streetsidesoftware/cspell-action@76c6f6d52abd57f4bcab5f3fde1bbd4f19a99eb0 # v7.2.1 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 8ee44fe..26f5ae3 100644 --- a/.github/workflows/publish-wiki.yml +++ b/.github/workflows/publish-wiki.yml @@ -140,7 +140,7 @@ jobs: - name: Deploy to wiki if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }} - uses: Andrew-Chen-Wang/github-wiki-action@2c80c13ee98aa43683bd77973ef4916e2eedf817 # v5.0.1 + uses: Andrew-Chen-Wang/github-wiki-action@6448478bd55f1f3f752c93af8ac03207eccc3213 # v5.0.3 env: COMMIT_MSG: ${{ github.event.head_commit.message }} DEFAULT_COMMIT_MSG: "Update wiki ${{ github.sha }}"