Skip to content

Bump github/codeql-action from 3.25.8 to 3.25.10 #1329

Bump github/codeql-action from 3.25.8 to 3.25.10

Bump github/codeql-action from 3.25.8 to 3.25.10 #1329

Workflow file for this run

name: "CodeQL analysis"
on:
push:
tags: ["*"]
branches: ["*"]
pull_request:
branches: ["*"]
schedule:
- cron: "25 10 * * 3"
workflow_dispatch:
permissions: {}
jobs:
analyze:
name: "CodeQL analysis"
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@a5ac7e51b41094c92402da3b24376905380afc29"
- name: "Initialize CodeQL"
uses: "github/codeql-action/init@23acc5c183826b7a8a97bce3cecc52db901f8251"
with:
languages: "${{ matrix.language }}"
- name: "Autobuild"
uses: "github/codeql-action/autobuild@23acc5c183826b7a8a97bce3cecc52db901f8251"
- name: "Perform CodeQL Analysis"
uses: "github/codeql-action/analyze@23acc5c183826b7a8a97bce3cecc52db901f8251"