Skip to content

feat: edit org page (part 1) #8612

feat: edit org page (part 1)

feat: edit org page (part 1) #8612

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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
- name: 🏗 Initialize CodeQL
uses: github/codeql-action/init@a09933a12a80f87b87005513f0abb1494c27a716 # v2
- name: 🚀 Perform CodeQL Analysis
uses: github/codeql-action/analyze@a09933a12a80f87b87005513f0abb1494c27a716 # v2