Skip to content

Bump github/codeql-action/analyze from 3.28.0 to 4.37.3 #15

Bump github/codeql-action/analyze from 3.28.0 to 4.37.3

Bump github/codeql-action/analyze from 3.28.0 to 4.37.3 #15

Workflow file for this run

name: CodeQL
on:
push:
branches: [main, master]
pull_request:
schedule:
- cron: "17 7 * * 1"
permissions:
contents: read
security-events: write
jobs:
analyze:
name: analyze
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: [python, javascript-typescript]
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
with:
languages: ${{ matrix.language }}
- uses: github/codeql-action/autobuild@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
- uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
with:
category: "/language:${{ matrix.language }}"