chore(deps): update github/codeql-action action to v2.27.0 #598
This file contains 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@f095bcc56b7c2baf48f3ac70d6d6782f4f553222 | |
- 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 |