Skip to content

chore(deps): bump github/codeql-action from 4.34.1 to 4.35.1 #22

chore(deps): bump github/codeql-action from 4.34.1 to 4.35.1

chore(deps): bump github/codeql-action from 4.34.1 to 4.35.1 #22

Workflow file for this run

name: CodeQL
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
actions: read
contents: read
security-events: write
jobs:
codeql:
runs-on: ubuntu-24.04
timeout-minutes: 60
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
clean: true
persist-credentials: false
- name: Initialize CodeQL
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13
with:
languages: python,javascript
config-file: ./.github/codeql/codeql-config.yml
- name: Autobuild
uses: github/codeql-action/autobuild@c10b8064de6f491fea524254123dbe5e09572f13
- name: Analyze
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13