diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 23bbffe..0b835f2 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,6 +23,6 @@ jobs: fetch-depth: 0 persist-credentials: false - name: Lint Code Base - uses: super-linter/super-linter@d5b0a2ab116623730dd094f15ddc1b6b25bf7b99 # v8.3.2 + uses: super-linter/super-linter@61abc07d755095a68f4987d1c2c3d1d64408f1f9 # v8.5.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}