Skip to content

fix(playground): remove all roles and all organizations (#666) #1281

fix(playground): remove all roles and all organizations (#666)

fix(playground): remove all roles and all organizations (#666) #1281

Workflow file for this run

name: CodeQL scanning
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
analyze:
name: CodeQL Analysis
runs-on: ubuntu-latest
permissions:
security-events: write
actions: read
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: python
queries: security-and-quality
config-file: .github/codeql.config.yml
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:python"
config-file: .github/codeql.config.yml