Skip to content

Bump the gh-actions group with 3 updates #1375

Bump the gh-actions group with 3 updates

Bump the gh-actions group with 3 updates #1375

Workflow file for this run

name: "CodeQL"
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
merge_group:
jobs:
analyze:
if: ${{ github.event_name != 'merge_group' }}
name: CodeQL
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Initialize CodeQL
uses: github/codeql-action/init@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
with:
category: "/language:${{matrix.language}}"