Skip to content

chore: update actions/checkout action to v6 (main) #88

chore: update actions/checkout action to v6 (main)

chore: update actions/checkout action to v6 (main) #88

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@v6
- 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