Skip to content

security: batch 1 — DCI/Key admin privilege escalations, OAuth signing keys, GRM rule ACL (#327, #329, #265, #266) #1378

security: batch 1 — DCI/Key admin privilege escalations, OAuth signing keys, GRM rule ACL (#327, #329, #265, #266)

security: batch 1 — DCI/Key admin privilege escalations, OAuth signing keys, GRM rule ACL (#327, #329, #265, #266) #1378

Workflow file for this run

name: "Code Scanning - Action"
on:
pull_request:
branches: ["19.0", "19.0-staging-*"]
push:
branches: ["19.0", "19.0-staging-*"]
schedule:
# Weekly: Monday at 3am UTC
- cron: "0 3 * * 1"
workflow_dispatch:
jobs:
CodeQL-Build:
runs-on: ubuntu-latest
permissions:
contents: read
actions: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: python
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
continue-on-error: true