Skip to content

Bump @types/pg from 8.10.2 to 8.10.3 #485

Bump @types/pg from 8.10.2 to 8.10.3

Bump @types/pg from 8.10.2 to 8.10.3 #485

Workflow file for this run

name: CodeQL
on:
push:
branches:
- main
pull_request:
# The branches for pull_request must be a subset of the branches for push
branches:
- main
schedule:
- cron: 30 17 * * 2
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language:
- javascript # TypeScript is covered by the JavaScript language scanner
steps:
- name: Checkout repository
uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2