Skip to content

Bump mongoose from 8.6.2 to 8.6.3 #100

Bump mongoose from 8.6.2 to 8.6.3

Bump mongoose from 8.6.2 to 8.6.3 #100

Workflow file for this run

name: codeql
on:
pull_request:
branches:
- main
workflow_dispatch:
permissions:
actions: read
contents: read
security-events: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
codeql:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
# with:
# config-file: ./.github/codeql/codeql-config.yml
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3