Skip to content

feat(security): add CodeQL composites and integrate into pr-security-scan #2

feat(security): add CodeQL composites and integrate into pr-security-scan

feat(security): add CodeQL composites and integrate into pr-security-scan #2

Workflow file for this run

name: Self — CodeQL
on:
push:
branches:
- develop
- main
paths:
- '**.yml'
- '**.yaml'
pull_request:
branches:
- develop
- main
paths:
- '**.yml'
- '**.yaml'
workflow_dispatch:
permissions:
contents: read
security-events: write
actions: read
jobs:
analyze:
name: CodeQL Analysis
runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Initialize CodeQL
uses: ./src/security/codeql-init
with:
languages: actions
- name: Perform CodeQL Analysis
uses: ./src/security/codeql-analyze
with:
category: '/language:actions'