diff options
| author | Pascal Birchler <[email protected]> | 2025-07-09 02:23:51 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-09 00:23:51 +0000 |
| commit | 291675340929213656178e9fe41b3f942d022898 (patch) | |
| tree | 9870cfd5eacfe447ddc5037358a52985ba2f564d | |
| parent | c8cf954e6ef8b360b0c7880ca4d29a12eb1ec7c8 (diff) | |
chore: add CodeQL analysis (#2992)
| -rw-r--r-- | .github/workflows/ci.yml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40ce6985..f5d7bd97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -144,3 +144,22 @@ jobs: core_full_text_summary_file: coverage_artifact/core/coverage/full-text-summary.txt node_version: ${{ matrix.node-version }} github_token: ${{ secrets.GITHUB_TOKEN }} + + codeql: + name: CodeQL + runs-on: ubuntu-latest + permissions: + actions: read + contents: read + security-events: write + steps: + - name: Checkout + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + + - name: Initialize CodeQL + uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3 + with: + languages: javascript + + - name: Perform CodeQL Analysis + uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3 |
