Skip to content

Merge pull request #2 from strawberry-graphql/agent/initial-release #4

Merge pull request #2 from strawberry-graphql/agent/initial-release

Merge pull request #2 from strawberry-graphql/agent/initial-release #4

name: 🔐 CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "0 18 * * 5"
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
security-events: write
actions: read
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Initialize CodeQL
uses: github/codeql-action/init@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
with:
languages: python
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6