diff --git a/.github/linters/mlc_config.json b/.github/linters/mlc_config.json index 22121de1..2fee8335 100644 --- a/.github/linters/mlc_config.json +++ b/.github/linters/mlc_config.json @@ -1,13 +1,22 @@ { - "aliveStatusCodes": [0, 200, 206, 429, 403, 501, 999], - "replacementPatterns": [ - { - "pattern": "\" %}", - "replacement": "" - }, - { - "pattern": "" %}", - "replacement": "" - } - ] + "aliveStatusCodes": [0, 200, 206, 403, 501, 999], + "replacementPatterns": [ + { + "pattern": "\" %}", + "replacement": "" + }, + { + "pattern": "" %}", + "replacement": "" + } + ], + "ignorePatterns": [ + { + "pattern": "^https://resolver.cheqd.net/" + }, + { + "pattern": "^https://twitter.com/" + } + ], + "retryOn429": true } diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 342356af..6bb2efd6 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 - name: Initialise CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: 'javascript' queries: security-and-quality @@ -37,4 +37,4 @@ jobs: npm run build - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3