Skip to content

chore(deps): update mapstruct monorepo to v1.6.3 #378

chore(deps): update mapstruct monorepo to v1.6.3

chore(deps): update mapstruct monorepo to v1.6.3 #378

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: false
java-build-paths: "['./refarch-gateway','./refarch-integrations','./refarch-tools/refarch-java-tools']"