diff --git a/.github/workflows/_pr-lint.yml b/.github/workflows/_pr-lint.yml index c399f19..df8ae5f 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@61abc07d755095a68f4987d1c2c3d1d64408f1f9 # v8.5.0 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@d5d910b521ad408f1e7383c24609079f5a88bdca # v8.2.0 with: config: ${{ inputs.cspell-config }} check_dot_files: false