Skip to content

github-actions: bump github/codeql-action from 2 to 3 #359

github-actions: bump github/codeql-action from 2 to 3

github-actions: bump github/codeql-action from 2 to 3 #359

name: 'CodeQL'
on:
push:
branches: [main, development, feature/*]
pull_request:
branches: [main, development, feature/*]
schedule:
- cron: '43 7 * * 0'
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ['javascript']
steps:
- uses: actions/[email protected]
with:
submodules: recursive
- uses: actions/[email protected]
with:
node-version: 16.x
- name: Echo Node.js version
run: node --version
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3