Skip to content

Bump github/codeql-action from 4.37.6 to 4.37.7 #351

Bump github/codeql-action from 4.37.6 to 4.37.7

Bump github/codeql-action from 4.37.6 to 4.37.7 #351

Workflow file for this run

name: ci
on: [push, pull_request]
permissions:
contents: read
pull-requests: read
jobs:
build_linux:
runs-on: ubuntu-latest
strategy:
matrix:
compiler:
- gcc:16
- gcc:15
- clang:22
- clang:21
container:
image: "registry.gitlab.com/offa/docker-images/${{ matrix.compiler }}"
name: "${{ matrix.compiler }}"
steps:
- uses: actions/checkout@main
- name: Setup
run: script/ci_setup.sh
- name: Build
run: script/ci_build.sh -asan -ubsan
formatting-check:
name: "formatting"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: jidicula/clang-format-action@654a770daa28443dd111d133e4083e21c1075674
name: "Verify formatting"
with:
clang-format-version: 19
coverage:
name: "coverage"
runs-on: ubuntu-latest
container:
image: "registry.gitlab.com/offa/docker-images/gcc:15"
steps:
- uses: actions/checkout@main
- name: Setup
run: script/ci_setup.sh
- name: Build
run: script/ci_build.sh -cov