Skip to content

chore(deps)(deps): bump pino-pretty from 10.3.1 to 13.1.3 #1673

chore(deps)(deps): bump pino-pretty from 10.3.1 to 13.1.3

chore(deps)(deps): bump pino-pretty from 10.3.1 to 13.1.3 #1673

Workflow file for this run

name: CodeQL Security Analysis
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
# Run at 02:00 UTC every Monday
- cron: '0 2 * * 1'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ['javascript']
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: Autobuild
uses: github/codeql-action/autobuild@v4
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
with:
category: "/language:${{matrix.language}}"