Skip to content

⬆️ Prepare for Node 20 support #20

⬆️ Prepare for Node 20 support

⬆️ Prepare for Node 20 support #20

Workflow file for this run

name: codeql
on:
pull_request:
paths:
- '*/*.js'
- '.github/workflows/codeql.yml'
jobs:
codeql:
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ['javascript']
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: github/codeql-action/init@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
with:
config-file: ./.github/codeql/codeql-config.yml
languages: ${{ matrix.language }}
- uses: github/codeql-action/autobuild@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
- uses: github/codeql-action/analyze@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10