Skip to content

chore: add Lambda configuration with values ported from nodejs (#251) #648

chore: add Lambda configuration with values ported from nodejs (#251)

chore: add Lambda configuration with values ported from nodejs (#251) #648

Workflow file for this run

name: Qodana Code Scan
on:
push:
branches: [ "main", release ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
schedule:
- cron: '27 23 * * 4'
jobs:
qodana:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2022.3.0
- uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json