chore(deps): update dependency github/codeql-action/init to v3 (.gith… #529
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: | |
| push: | |
| paths: | |
| - '**/*.js' | |
| - '.github/workflows/codeql.yml' | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@cd7d8d697e10461458bc61a30d094dc601a8b017 | |
| - uses: github/codeql-action/[email protected] | |
| with: | |
| languages: javascript # comma separated list of values from {go, python, javascript, java, cpp, csharp} (not YET ruby, sorry!) | |
| - uses: github/codeql-action/analyze@v2 | |
| continue-on-error: true |