Skip to content

chore(deps): bump npm-pkgbuild from 12.0.1 to 12.0.2 #2205

chore(deps): bump npm-pkgbuild from 12.0.1 to 12.0.2

chore(deps): bump npm-pkgbuild from 12.0.1 to 12.0.2 #2205

Workflow file for this run

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@v3
with:
fetch-depth: '--delete-- 2'
- run: git checkout
if: ${{ github.event_name == 'pull_request' }}
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: javascript
- uses: actions/[email protected]
with:
node-version: 18.17.1
cache: npm
- run: npm ci
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2