Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

chore(main): release 0.3.0 (#496) #19

chore(main): release 0.3.0 (#496)

chore(main): release 0.3.0 (#496) #19

name: "CodeQL GitHub Actions"
on:
workflow_dispatch:
push:
branches: ["main"]
pull_request:
paths:
- .github/workflows/*.yml
schedule:
- cron: 17 10 * * 2
permissions: read-all
jobs:
analyze-actions:
name: Analyze GitHub Actions
runs-on: "ubuntu-latest"
permissions:
# required for all workflows
security-events: write
# required to fetch internal or private CodeQL packs
packages: read
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
with:
languages: actions
build-mode: none
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
queries: security-extended
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
with:
category: "/language:actions"