diff --git a/.github/workflows/_pr-lint.yml b/.github/workflows/_pr-lint.yml index 45652eb..251f944 100644 --- a/.github/workflows/_pr-lint.yml +++ b/.github/workflows/_pr-lint.yml @@ -42,7 +42,7 @@ jobs: fetch-depth: 0 - name: Run super-linter - uses: super-linter/super-linter@2bdd90ed3262e023ac84bf8fe35dc480721fc1f2 # v8.2.1 + uses: super-linter/super-linter@d5b0a2ab116623730dd094f15ddc1b6b25bf7b99 # v8.3.2 env: # To report GitHub Actions status checks GITHUB_TOKEN: ${{ secrets.GITHUB_ACCESS_TOKEN }} @@ -74,7 +74,7 @@ jobs: uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - name: Spellcheck - uses: streetsidesoftware/cspell-action@76c6f6d52abd57f4bcab5f3fde1bbd4f19a99eb0 # v7.2.1 + uses: streetsidesoftware/cspell-action@24fa8d3096a314ce263f39578744e9d9f8d80acf # v8.1.2 with: config: ${{ inputs.cspell-config }} check_dot_files: false