Skip to content

chore(deps-dev): bump rollup from 4.21.3 to 4.22.4 #152

chore(deps-dev): bump rollup from 4.21.3 to 4.22.4

chore(deps-dev): bump rollup from 4.21.3 to 4.22.4 #152

Workflow file for this run

name: CodeQL
on:
push:
branches: [dev]
pull_request:
# The branches below must be a subset of the branches above
branches: [dev]
jobs:
analyse:
name: Analyse
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
fetch-depth: 2
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
# Override language selection by uncommenting this and choosing your languages
with:
languages: javascript, cpp
# Compile code manually (autobuild does not work with this workflow)
- run: |
npm ci
npx cmake-js build
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2