Skip to content

fix: detect Windows skill paths in telemetry #80

fix: detect Windows skill paths in telemetry

fix: detect Windows skill paths in telemetry #80

Workflow file for this run

name: CodeQL Security Analysis
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
merge_group:
schedule:
- cron: '0 6 * * 1' # Weekly on Mondays at 6am UTC
# Least-privilege default. The analyze job below opts in to security-events: write.
permissions:
contents: read
jobs:
analyze:
name: Analyze Python code
runs-on: ubuntu-latest
timeout-minutes: 15
permissions:
security-events: write
actions: read
contents: read
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Initialize CodeQL
uses: github/codeql-action/init@458d36d7d4f47d0dd16ca424c1d3cda0060f1360 # v3.35.5
with:
languages: python
queries: security-and-quality
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@458d36d7d4f47d0dd16ca424c1d3cda0060f1360 # v3.35.5