Skip to content

fix(deps): bump @vercel/nft from 0.26.5 to 0.27.0 #3245

fix(deps): bump @vercel/nft from 0.26.5 to 0.27.0

fix(deps): bump @vercel/nft from 0.26.5 to 0.27.0 #3245

name: CodeQL
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.5
- run: git checkout
if: ${{ github.event_name == 'pull_request' }}
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: javascript
- uses: actions/setup-node@v4.0.2
with:
node-version: 20.13.1
cache: npm
- run: npm ci
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3