Skip to content

🔁 Bump the npm-dependencies Group #1147

🔁 Bump the npm-dependencies Group

🔁 Bump the npm-dependencies Group #1147

Workflow file for this run

name: 🔍️ CodeQL
on: [push, pull_request, workflow_dispatch]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: {}
jobs:
analyse:
runs-on: ${{ matrix.os }}
timeout-minutes: 20
permissions:
contents: read
security-events: write
strategy:
matrix:
os:
- ubuntu-latest
language:
- javascript-typescript
build-mode:
- none
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Initialise CodeQL
uses: github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
queries: +security-and-quality
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1
with:
category: "/language:${{ matrix.language }}"