Skip to content

chore(deps): update dependency eslint-plugin-vue to v9.29.1 #132

chore(deps): update dependency eslint-plugin-vue to v9.29.1

chore(deps): update dependency eslint-plugin-vue to v9.29.1 #132

Workflow file for this run

# 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