Skip to content

chore: update github/codeql-action action to v4 (main) #83

chore: update github/codeql-action action to v4 (main)

chore: update github/codeql-action action to v4 (main) #83

Workflow file for this run

---
name: "CodeQL Scan for GitHub Actions Workflows"
on:
push:
branches: [main, main-private]
paths: [".github/workflows/**"]
pull_request:
branches: [main, main-private]
paths: [".github/workflows/**"]
jobs:
analyze:
name: Analyze GitHub Actions workflows
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- uses: actions/checkout@v5
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: actions
- name: Run CodeQL Analysis
uses: github/codeql-action/analyze@v4
with:
category: actions