Skip to content

⬆️ Update github/codeql-action action to v3.25.7 #2199

⬆️ Update github/codeql-action action to v3.25.7

⬆️ Update github/codeql-action action to v3.25.7 #2199

Workflow file for this run

---
name: "CodeQL"
# yamllint disable-line rule:truthy
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
schedule:
- cron: "30 1 * * 0"
jobs:
codeql:
name: Scanning
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v4.1.1
- name: 🏗 Initialize CodeQL
uses: github/codeql-action/init@v3.25.5
- name: 🚀 Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3.25.5