Skip to content

Merge pull request #989 from ocaml/prepare-3.4.0 #3069

Merge pull request #989 from ocaml/prepare-3.4.0

Merge pull request #989 from ocaml/prepare-3.4.0 #3069

Workflow file for this run

name: Code Scanning
on:
pull_request:
branches:
- master
push:
branches:
- master
permissions: read-all
jobs:
codeql-build:
name: CodeQL Build
permissions:
security-events: write
strategy:
matrix:
language:
- actions
- typescript
runs-on: ubuntu-latest
steps:
- name: Checkout tree
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Initialize CodeQL
uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
with:
config-file: .github/codeql/codeql-configuration.yml
languages: ${{ matrix.language }}
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2