Skip to content

GH Actions: Bump github/codeql-action from 4.32.2 to 4.32.4 in the action-runners group #218

GH Actions: Bump github/codeql-action from 4.32.2 to 4.32.4 in the action-runners group

GH Actions: Bump github/codeql-action from 4.32.2 to 4.32.4 in the action-runners group #218

Workflow file for this run

name: "CodeQL"
on:
pull_request:
paths:
- '.github/workflows/codeql-analysis.yml'
schedule:
- cron: '0 20 * * 2'
jobs:
analyze:
# Don't run the cron job on forks.
if: ${{ github.event_name != 'schedule' || github.event.repository.fork == false }}
name: Analyze
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
# Override automatic language detection by changing the below list
# Supported options are ['csharp', 'cpp', 'go', 'java', 'javascript', 'python']
language: ['javascript']
# Learn more...
# https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4