chore(deps): update dependency eslint to v9.14.0 (#502) #825
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
# Workflow for advanced CodeQL setup used for scanning Java/JavaScript/TypeScript/Vue/Python based source files | |
name: "CodeQL Advanced" | |
on: | |
# Runs on pull requests and on pushes to main (in order to keep the regular scanning by GitHub working) | |
pull_request: | |
push: | |
branches: [main] | |
jobs: | |
codeql: | |
uses: it-at-m/.github/.github/workflows/codeql.yml@main | |
with: | |
analyze-java: true | |
analyze-javascript-typescript-vue: true | |
analyze-python: false | |
java-build-paths: "['./refarch-backend','./refarch-eai']" |