Skip to content

[TKN-703, AMM-41] Dockerize CI build, test and lint jobs #2924

[TKN-703, AMM-41] Dockerize CI build, test and lint jobs

[TKN-703, AMM-41] Dockerize CI build, test and lint jobs #2924

Workflow file for this run

name: Security
on:
pull_request:
branches: [main]
push:
branches: [main]
schedule:
- cron: '0 8 * * *'
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Checkout Repository
uses: actions/checkout@v5
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: javascript
- name: Analyze CodeQL
uses: github/codeql-action/analyze@v4