From 8a958fc39eb800f8b3efbff7c0e2997a6f733e5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 10:44:15 +0000 Subject: [PATCH] chore(deps): Bump github/codeql-action from 2 to 3 (#306) * build(deps): Bump github/codeql-action from 2 to 3 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v2...v3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Update mlc_config.json * lockfile * Revert "lockfile" This reverts commit af0740c6e8f973060da1f63fb642d9046cea2aeb. --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee --- .github/linters/mlc_config.json | 31 ++++++++++++++++++++----------- .github/workflows/codeql.yml | 4 ++-- 2 files changed, 22 insertions(+), 13 deletions(-) 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