Skip to content

Merge pull request #5962 from espoon-voltti/automatic-preschool-place… #9518

Merge pull request #5962 from espoon-voltti/automatic-preschool-place…

Merge pull request #5962 from espoon-voltti/automatic-preschool-place… #9518

Workflow file for this run

# SPDX-FileCopyrightText: 2017-2023 City of Espoo
#
# SPDX-License-Identifier: LGPL-2.1-or-later
name: Analyze
on: [push]
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: javascript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3