Skip to content

chore(deps): bump github/codeql-action from 3.25.12 to 3.26.10 #976

chore(deps): bump github/codeql-action from 3.25.12 to 3.26.10

chore(deps): bump github/codeql-action from 3.25.12 to 3.26.10 #976

Workflow file for this run

---
name: 👾 CodeQL
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
schedule:
- cron: "21 9 * * 1"
jobs:
analyze:
name: " 🏭 Scanning"
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: 🏗 Initialize CodeQL
uses: github/codeql-action/init@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3
- name: 🏗 Autobuild
uses: github/codeql-action/autobuild@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3
- name: 🚀 Perform CodeQL Analysis
uses: github/codeql-action/analyze@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3