Skip to content

build(deps): bump github/codeql-action from 3.27.0 to 3.27.3 #1029

build(deps): bump github/codeql-action from 3.27.0 to 3.27.3

build(deps): bump github/codeql-action from 3.27.0 to 3.27.3 #1029

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ "main", "**-rc" ]
pull_request:
branches: [ "main", "**-rc", "bugfix/**", "**integration" ]
schedule:
- cron: "59 4 * * 1"
permissions: read-all
jobs:
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
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Initialize CodeQL
uses: github/codeql-action/init@396bb3e45325a47dd9ef434068033c6d5bb0d11a # v3.27.3
with:
languages: ${{ matrix.language }}
queries: +security-and-quality
- name: Autobuild
uses: github/codeql-action/autobuild@396bb3e45325a47dd9ef434068033c6d5bb0d11a # v3.27.3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@396bb3e45325a47dd9ef434068033c6d5bb0d11a # v3.27.3
with:
category: "/language:${{ matrix.language }}"