Skip to content

🆙 action: Bump the actions group with 2 updates #72

🆙 action: Bump the actions group with 2 updates

🆙 action: Bump the actions group with 2 updates #72

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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- 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