Skip to content

Bump the npm-packages group across 1 directory with 3 updates (#176) #344

Bump the npm-packages group across 1 directory with 3 updates (#176)

Bump the npm-packages group across 1 directory with 3 updates (#176) #344

name: CodeQL scanning
on:
push:
branches:
- 'trunk'
pull_request:
# The branches below must be a subset of the branches above
branches:
- 'trunk'
schedule:
- cron: '0 8 * * 2'
jobs:
# Performs a code analysis using CodeQL.
#
# Performs the following steps:
# - Checks out the repository.
# - Initializes CodeQL.
# - Performs CodeQL analysis.
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ['javascript']
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
with:
languages: ${{ matrix.language }}
config-file: ./.github/codeql/codeql-config.yml
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8