Skip to content

Bump docker/setup-buildx-action from 3.11.1 to 3.12.0 in the actions-… #987

Bump docker/setup-buildx-action from 3.11.1 to 3.12.0 in the actions-…

Bump docker/setup-buildx-action from 3.11.1 to 3.12.0 in the actions-… #987

name: CI / CodeQL
on:
pull_request:
branches:
- dev
push:
branches:
- dev
permissions:
actions: read
checks: write
contents: read
security-events: write
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language:
- TypeScript
steps:
- name: Checkout
id: checkout
uses: actions/checkout@v6
- name: Initialize CodeQL
id: initialize
uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
source-root: src
- name: Autobuild
id: autobuild
uses: github/codeql-action/autobuild@v4
- name: Perform CodeQL Analysis
id: analyze
uses: github/codeql-action/analyze@v4