diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 7b006a3..7a4ddbe 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -44,14 +44,14 @@ jobs: - name: Run ESLint run: npx next lint - --config .eslintrc.js + --config .eslintrc.json --ext .js,.jsx,.ts,.tsx --format @microsoft/eslint-formatter-sarif --output-file eslint-results.sarif continue-on-error: true - name: Upload analysis results to GitHub - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: eslint-results.sarif wait-for-processing: true \ No newline at end of file diff --git a/app/(marketing)/(legal)/privacy-policy/page.tsx b/app/(marketing)/(legal)/privacy-policy/page.tsx index ebb75d2..a8513e0 100644 --- a/app/(marketing)/(legal)/privacy-policy/page.tsx +++ b/app/(marketing)/(legal)/privacy-policy/page.tsx @@ -5,7 +5,7 @@ const PrivacyPolicyPage = () => { TASKO PRIVACY POLICY -
+