Skip to content

Merge branch 'main' of https://github.com/Andrea-Filice/Portfolio #1

Merge branch 'main' of https://github.com/Andrea-Filice/Portfolio

Merge branch 'main' of https://github.com/Andrea-Filice/Portfolio #1

name: CodeQL Deep Security Analysis
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
analyze:
name: Deep CodeQL Analysis
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [ 'javascript' ]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL (Deep Mode)
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
queries: +security-and-quality
config-file: ./.github/codeql/codeql-config.yml
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{ matrix.language }}"
upload: true
output: results-${{ matrix.language }}