[TEMP] Pre-pnpm baseline for nx cycle reproduction (do not merge) #7350
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" | |
| env: | |
| LANGUAGE: javascript | |
| on: | |
| push: | |
| branches: ["master"] | |
| pull_request: | |
| branches: ["master"] | |
| paths-ignore: | |
| - "**/*.md" | |
| jobs: | |
| analyze: | |
| name: Analyze | |
| runs-on: ubuntu-latest | |
| permissions: | |
| actions: read | |
| contents: read | |
| security-events: write | |
| steps: | |
| - name: Checkout repository | |
| # Same as actions/checkout@v5 | |
| uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 | |
| - name: Initialize CodeQL | |
| # Same as github/codeql-action/init@v4.31.9 | |
| uses: github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 | |
| with: | |
| languages: ${{ env.LANGUAGE }} | |
| - name: Perform CodeQL Analysis | |
| # Same as github/codeql-action/analyze@v4.31.9 | |
| uses: github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 |