Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

npm: bump prettier from 2.8.8 to 3.2.5 #248

npm: bump prettier from 2.8.8 to 3.2.5

npm: bump prettier from 2.8.8 to 3.2.5 #248

Workflow file for this run

name: CodeQL
on:
pull_request:
branches:
- main
# Cancel any active builds when new commits are pushed
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
analyze:
name: Analyze
runs-on: ubuntu-22.04
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 1
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2