Skip to content

Bump psycopg from 3.2.9 to 3.3.3 in the python-dependencies group #3

Bump psycopg from 3.2.9 to 3.3.3 in the python-dependencies group

Bump psycopg from 3.2.9 to 3.3.3 in the python-dependencies group #3

Workflow file for this run

# Security policy for GitHub Security Advisories
name: CodeQL Security Scanning
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
analyze:
name: Analyze Code
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [python, actions]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
queries: +security-and-quality
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
with:
category: "/language:${{ matrix.language }}"