Skip to content

Reject a ledger rule that narrows by name and not by role #494

Reject a ledger rule that narrows by name and not by role

Reject a ledger rule that narrows by name and not by role #494

Workflow file for this run

name: CodeQL
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '30 4 * * 1'
permissions:
contents: read
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- uses: actions/checkout@v7
- name: Initialize CodeQL
uses: github/codeql-action/init@v4.37.3
with:
languages: python, actions
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4.37.3