Skip to content

chore(deps): bump actions/checkout from 4.2.2 to 6.0.2 #2

chore(deps): bump actions/checkout from 4.2.2 to 6.0.2

chore(deps): bump actions/checkout from 4.2.2 to 6.0.2 #2

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd
with:
clean: true
persist-credentials: false
- name: Initialize CodeQL
uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc
with:
languages: python,javascript
config-file: ./.github/codeql/codeql-config.yml
- name: Autobuild
uses: github/codeql-action/autobuild@38697555549f1db7851b81482ff19f1fa5c4fedc
- name: Analyze
uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc