build(deps): bump markdown-it from 14.1.0 to 14.1.1 in /docusaurus #169
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CodeQL Analysis | |
| on: | |
| pull_request: | |
| branches: | |
| - main | |
| jobs: | |
| semgrep: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repository | |
| uses: actions/checkout@v4 | |
| - name: Install semgrep | |
| run: python3 -m pip install semgrep | |
| - name: Run Semgrep | |
| run: semgrep ci |