Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: "CodeQL Scan for GitHub Actions Workflows"

on:
push:
branches: [main]
paths: [".github/workflows/**"]
pull_request:
branches: [main]
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@v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: actions

- name: Run CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: actions