Skip to content

build(deps): bump next from 13.1.1 to 13.5.0 #61

build(deps): bump next from 13.1.1 to 13.5.0

build(deps): bump next from 13.1.1 to 13.5.0 #61

Workflow file for this run

name: 'CodeQL'
on:
push:
branches: [main, beta]
pull_request:
branches: [main, beta]
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: ['typescript']
node-version: [16.x]
steps:
- name: '鈽侊笍 checkout repository'
uses: actions/checkout@v3
- name: '馃敡 setup node'
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: '馃敡 install pnpm@latest'
run: npm i -g pnpm
- name: '馃摝 install dependencies'
run: pnpm install
- name: Setup CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- name: Perform Analysis
uses: github/codeql-action/analyze@v2