Update appswitcher-vue version to 2.0.4 #831
Workflow file for this run
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']" |