Skip to content

build(deps): bump github/codeql-action from 3.27.0 to 3.27.4 #1031

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

build(deps): bump github/codeql-action from 3.27.0 to 3.27.4 #1031

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@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
with:
languages: ${{ matrix.language }}
queries: +security-and-quality
- name: Autobuild
uses: github/codeql-action/autobuild@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
with:
category: "/language:${{ matrix.language }}"