Skip to content

chore(deps): update ahmadnassri/action-commit-lint action to v2.1.16 #127

chore(deps): update ahmadnassri/action-commit-lint action to v2.1.16

chore(deps): update ahmadnassri/action-commit-lint action to v2.1.16 #127

Workflow file for this run

name: 'CodeQL'
on:
workflow_dispatch:
workflow_call:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
CodeQL-Build:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
queries: security-extended,security-and-quality
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2