fix(deps): bump bitbucket-repository-provider from 7.0.13 to 7.0.14 #5150
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 | |
| on: | |
| push: | |
| branches: | |
| - master | |
| - next | |
| pull_request: | |
| branches: | |
| - master | |
| - next | |
| jobs: | |
| analyze: | |
| name: Analyze | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: checkout | |
| uses: actions/[email protected] | |
| - name: git checkout | |
| run: git checkout | |
| if: ${{ github.event_name == 'pull_request' }} | |
| - name: prepare node | |
| uses: actions/[email protected] | |
| with: | |
| node-version: 24.13.0 | |
| - name: prepare CodeQL | |
| uses: github/codeql-action/init@v4 | |
| with: | |
| languages: javascript | |
| - name: install | |
| run: npm ci | |
| - name: perform CodeQL analysis | |
| uses: github/codeql-action/analyze@v4 |