Skip to content

chore(workflows): update github/codeql-action digest to 1813ca7 #7815

chore(workflows): update github/codeql-action digest to 1813ca7

chore(workflows): update github/codeql-action digest to 1813ca7 #7815

Workflow file for this run

---
name: CodeQL
on:
push:
branches-ignore:
- 'l10n_*'
- 'renovate/*'
pull_request:
branches-ignore:
- 'l10n_*'
- 'renovate/*'
schedule:
- cron: '30 1 * * 0'
jobs:
codeql:
name: 🏭 Scanning
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
- name: 🏗 Initialize CodeQL
uses: github/codeql-action/init@1813ca74c3faaa3a2da2070b9b8a0b3e7373a0d8 # v2
- name: 🚀 Perform CodeQL Analysis
uses: github/codeql-action/analyze@1813ca74c3faaa3a2da2070b9b8a0b3e7373a0d8 # v2