Skip to content

Bump next from 16.2.3 to 16.2.6 in /project/frontend in the npm_and_y… #3

Bump next from 16.2.3 to 16.2.6 in /project/frontend in the npm_and_y…

Bump next from 16.2.3 to 16.2.6 in /project/frontend in the npm_and_y… #3

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [main, 'blatt*']
pull_request:
branches: [main, 'blatt*']
schedule:
- cron: '0 3 * * 1'
permissions:
actions: read
contents: read
security-events: write
jobs:
analyze:
name: Analyze (${{ matrix.language }})
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- language: actions
- language: javascript-typescript
- language: python
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
build-mode: none
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{ matrix.language }}"