diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 790c4b9e..38e2d90d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,7 +27,7 @@ jobs: persist-credentials: false - name: Lint Code Base - uses: super-linter/super-linter/slim@v8.3.0 + uses: super-linter/super-linter/slim@v8.3.2 env: DEFAULT_BRANCH: main GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}