Skip to content

chore(deps): update github/codeql-action action to v4.36.0 #1531

chore(deps): update github/codeql-action action to v4.36.0

chore(deps): update github/codeql-action action to v4.36.0 #1531

Workflow file for this run

name: "Code Scanning"
on:
push:
branches:
- main
pull_request:
permissions:
actions: read
contents: read
packages: read
security-events: write
jobs:
CodeQL-Build:
runs-on: ubuntu-24.04
timeout-minutes: 20
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Initialize CodeQL
uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
with:
languages: javascript
- name: Autobuild
uses: github/codeql-action/autobuild@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0