Skip to content

🆙 npm(deps-dev): Bump the npm group with 4 updates #70

🆙 npm(deps-dev): Bump the npm group with 4 updates

🆙 npm(deps-dev): Bump the npm group with 4 updates #70

Workflow file for this run

name: CodeQL
on:
push:
branches:
- main
paths-ignore:
- '*.md'
pull_request:
branches:
- main
paths-ignore:
- '*.md'
jobs:
codeql:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
actions: read
contents: read
security-events: write
env:
CI: true
LGTM_INDEX_FILTERS: |
exclude:*/dist/*
strategy:
matrix:
language:
- javascript
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Initialize CodeQL
uses: github/codeql-action/init@592977e6ae857384aa79bb31e7a1d62d63449ec5
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@592977e6ae857384aa79bb31e7a1d62d63449ec5
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@592977e6ae857384aa79bb31e7a1d62d63449ec5