Skip to content

Update dependency pytest to v9.0.3 [SECURITY] #67

Update dependency pytest to v9.0.3 [SECURITY]

Update dependency pytest to v9.0.3 [SECURITY] #67

Workflow file for this run

name: CodeQL
permissions:
contents: read
on:
push:
branches: [main]
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
schedule:
- cron: "39 2 6,26 * *"
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- uses: github/codeql-action/init@231aa2c8a89117b126725a0e11897209b7118144 # v1.1.39
with:
languages: python
- uses: github/codeql-action/analyze@231aa2c8a89117b126725a0e11897209b7118144 # v1.1.39